initial import
This commit is contained in:
39
libxpresent/PKGBUILD
Normal file
39
libxpresent/PKGBUILD
Normal file
@@ -0,0 +1,39 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libxpresent
|
||||
_openbsdver=6.9
|
||||
pkgver=1.0.0
|
||||
pkgrel=1
|
||||
pkgdesc='X Present Extension library, provided by Xenocara'
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.xenocara.org"
|
||||
depends=('libxfixes' 'libxrandr')
|
||||
makedepends=('xenocara-util-macros')
|
||||
license=('Expat')
|
||||
source=("https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/lib/libxpresent-$pkgver.tar.lz"{,.sig})
|
||||
sha512sums=('e74924c405744ad2a3f25cdab8e86c2cb87d8101c47554f71cd91c37f9964b19af04eaf3123c557a3dd2681bcb110b996ac885b2012f426126b4f3cee099b60c'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/lib/libXpresent"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/lib/libXpresent"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "xenocara-$_openbsdver/lib/libXpresent"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/lib/libXpresent"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user