initial import
This commit is contained in:
40
xenocara-xcmsdb/PKGBUILD
Normal file
40
xenocara-xcmsdb/PKGBUILD
Normal file
@@ -0,0 +1,40 @@
|
||||
# Maintainer: Jesus E. <heckyel@riseup.net>
|
||||
|
||||
# Based on xorg-xcmsdb package
|
||||
|
||||
pkgname=xenocara-xcmsdb
|
||||
_openbsdver=6.9
|
||||
pkgver=1.0.5
|
||||
pkgrel=3
|
||||
pkgdesc="Device Color Characterization utility for X Color Management System, provided by Xenocara"
|
||||
arch=(i686 x86_64)
|
||||
url="https://www.xenocara.org"
|
||||
license=('X11')
|
||||
depends=('libx11')
|
||||
makedepends=('xenocara-util-macros')
|
||||
groups=('xenocara-apps' 'xenocara' 'xorg-apps' 'xorg')
|
||||
provides=('xorg-xcmsdb')
|
||||
conflicts=('xorg-xcmsdb')
|
||||
replaces=('xorg-xcmsdb')
|
||||
source=(https://repo.hyperbola.info:50000/sources/xenocara-libre/$_openbsdver/app/xcmsdb-$pkgver.tar.lz{,.sig})
|
||||
sha512sums=('c68f4e2d82cb822e1bb4e8df451ae2ebf80b160d22c93c4276042b48a692df6311ca24f2bb76eba9aba1b8c3228d74c10e5b0c5b26f3171cef80e157abbde4d5'
|
||||
'SKIP')
|
||||
validpgpkeys=('C92BAA713B8D53D3CAE63FC9E6974752F9704456') # André Silva
|
||||
|
||||
prepare() {
|
||||
cd "xenocara-$_openbsdver/app/xcmsdb"
|
||||
autoreconf -vfi
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "xenocara-$_openbsdver/app/xcmsdb"
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "xenocara-$_openbsdver/app/xcmsdb"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
}
|
||||
Reference in New Issue
Block a user