diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 20:20:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 20:24:41 +0000 |
commit | 939c26f1608dd5d0d2c88fe523129905e82f3d30 (patch) | |
tree | 9c243b4e039ad85c15d52202159078bff4059461 /main/xcmsdb/APKBUILD | |
parent | 7dd54fc6db43475a113fb640df3d6d624c21cc3d (diff) | |
download | aports-939c26f1608dd5d0d2c88fe523129905e82f3d30.tar.bz2 aports-939c26f1608dd5d0d2c88fe523129905e82f3d30.tar.xz |
main/xcmsdb: upgrade to 1.0.5
Diffstat (limited to 'main/xcmsdb/APKBUILD')
-rw-r--r-- | main/xcmsdb/APKBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/main/xcmsdb/APKBUILD b/main/xcmsdb/APKBUILD index d3992577bf..5b8568fe42 100644 --- a/main/xcmsdb/APKBUILD +++ b/main/xcmsdb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xcmsdb -pkgver=1.0.2 -pkgrel=2 +pkgver=1.0.5 +pkgrel=0 pkgdesc="Device Color Characterization utility for X Color Management System" url="http://xorg.freedesktop.org/" arch="all" @@ -11,15 +11,10 @@ depends= makedepends="libx11-dev" source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" -_builddir="$srcdir/$pkgname-$pkgver" - -prepare() { - cd "$_builddir" - update_config_sub || return 1 -} +builddir="$srcdir/$pkgname-$pkgver" build() { - cd "$_builddir" + cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -30,7 +25,7 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -sha512sums="c631cc6a2eda1064776f0c0d402064d8d5bf20009a2cc9f49b8c8ee6101f21d2ddcbf3dcc7027eee9ea0b87a4a6b583da706571fe6eee47c72c6aaec9c9e9b90 xcmsdb-1.0.2.tar.bz2" +sha512sums="e47bfce87d7531e7809c300e01120c3e8d6001130d9a6c9f6de5bc19651d8712d273a6f54452223bd8c4bff4612b5ecae8db45eddb022da945ed6e14c9c84ae4 xcmsdb-1.0.5.tar.bz2" |