initial import
This commit is contained in:
38
libxtrans/PKGBUILD
Normal file
38
libxtrans/PKGBUILD
Normal file
@@ -0,0 +1,38 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xtrans package
|
||||
|
||||
pkgname=libxtrans
|
||||
_openbsdver=6.9
|
||||
pkgver=1.4.0
|
||||
pkgrel=2
|
||||
pkgdesc="X transport library, provided by Xenocara"
|
||||
arch=('any')
|
||||
license=('X11')
|
||||
url="https://www.xenocara.org"
|
||||
makedepends=('xenocara-util-macros')
|
||||
provides=('xtrans')
|
||||
conflicts=('xtrans')
|
||||
replaces=('xtrans')
|
||||
options=(!emptydirs)
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/lib/libxtrans-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('e4e187c56772138d2bb0ee6c23aee3836333b5471e0fa72673079b129c72b7eaab1712dbb683821d4fa5df0327953d8361a268b0866043d426d82a71f57694d4'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/lib/libxtrans"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/lib/libxtrans"
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/lib/libxtrans"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user