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