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