initial import
This commit is contained in:
34
libxtst/PKGBUILD
Normal file
34
libxtst/PKGBUILD
Normal file
@@ -0,0 +1,34 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libxtst
|
||||
_openbsdver=6.9
|
||||
pkgver=1.2.2
|
||||
pkgrel=3
|
||||
pkgdesc="X11 Testing -- Resource extension library, provided by Xenocara"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.xenocara.org"
|
||||
license=('X11')
|
||||
depends=('libxext' 'libxi' 'xenocara-proto' 'libxfixes')
|
||||
makedepends=('xenocara-util-macros')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/lib/libxtst-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('ba41a16d03c5b6be43bc462475194b5a652eafe52463bdb078731fbedb496d0e25fc127e164e4efe3dc1d0c319cd660b127c1463af556a78722d942b2e8b70d1'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/lib/libXtst"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/lib/libXtst"
|
||||
./configure --prefix=/usr --disable-static
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/lib/libXtst"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user