initial import
This commit is contained in:
36
libice/PKGBUILD
Normal file
36
libice/PKGBUILD
Normal file
@@ -0,0 +1,36 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
pkgname=libice
|
||||
_openbsdver=6.9
|
||||
pkgver=1.0.10
|
||||
pkgrel=2
|
||||
pkgdesc="X11 Inter-Client Exchange library, provided by Xenocara"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://www.xenocara.org"
|
||||
depends=('glibc' 'xenocara-proto' 'libbsd')
|
||||
makedepends=('libxtrans>=1.4.0' 'xenocara-util-macros')
|
||||
license=('X11')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/lib/libice-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('10a80cf9c2cb555fcf10262b2ec9f7feca1846be1604c94df06a19704975485f7599451fe2b300567ef6bbdd49c63cea81364e7ddacb7dc2fa13e743cb1672b2'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/lib/libICE"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
export LDFLAGS="$LDFLAGS -lbsd"
|
||||
|
||||
cd "xenocara-$_openbsdver/lib/libICE"
|
||||
./configure --prefix=/usr --sysconfdir=/etc
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/lib/libICE"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user