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