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