initial import
This commit is contained in:
39
xcb-util/PKGBUILD
Normal file
39
xcb-util/PKGBUILD
Normal file
@@ -0,0 +1,39 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=xcb-util
|
||||
_openbsdver=6.9
|
||||
pkgver=0.4.0
|
||||
pkgrel=3
|
||||
pkgdesc="Utility libraries for XC Binding, provided by Xenocara"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.xenocara.org"
|
||||
license=('X11')
|
||||
depends=('libxcb>=1.14')
|
||||
makedepends=('gperf' 'xenocara-util-macros')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/lib/xcb-util-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('53dfac3c0ad945d225a4b12985fba396a4ea8f8990e2f5cbcf2e98a76941b264509260dd139345511c448e6175ad48ecea014cfdde6c0b1ff00880eb00c880ea'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/lib/xcb-util"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/lib/xcb-util"
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "xenocara-$_openbsdver/lib/xcb-util"
|
||||
make check
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/lib/xcb-util"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user