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