diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 20:22:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-14 20:24:41 +0000 |
commit | e8e34c93ccbdbe6acd7aceba800e07dfd37255ae (patch) | |
tree | 0e7871551ca9137ecfe31e965c40fdeb775c68e6 /main/xdriinfo | |
parent | 939c26f1608dd5d0d2c88fe523129905e82f3d30 (diff) | |
download | aports-e8e34c93ccbdbe6acd7aceba800e07dfd37255ae.tar.bz2 aports-e8e34c93ccbdbe6acd7aceba800e07dfd37255ae.tar.xz |
main/xdriinfo: upgrade to 1.0.5
Diffstat (limited to 'main/xdriinfo')
-rw-r--r-- | main/xdriinfo/APKBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/main/xdriinfo/APKBUILD b/main/xdriinfo/APKBUILD index b891a500c7..971b04da42 100644 --- a/main/xdriinfo/APKBUILD +++ b/main/xdriinfo/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xdriinfo -pkgver=1.0.2 -pkgrel=6 +pkgver=1.0.5 +pkgrel=0 pkgdesc="query configuration information of DRI drivers" url="http://xorg.freedesktop.org/" arch="all" @@ -11,15 +11,10 @@ makedepends="libx11-dev glproto mesa-dev" depends= 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,8 +25,8 @@ build() { } package() { - cd "$_builddir" + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 } -sha512sums="f6cbe9a3efd9d4040e4ac45a011dddb46958c2ff5778ea6d8138b5521792ea8846c0ab44303cf121bef09d2c1052715bc0c6d073cc9800d780bde2de03da1aca xdriinfo-1.0.2.tar.bz2" +sha512sums="6b7a3641f488d305f950c494464fd4b674ab3aaed5c7159d6d8ddad4587c18d680e5854bd80666444f1dee52eb4f46b45709a6d9c333593fe045c73e738524de xdriinfo-1.0.5.tar.bz2" |