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