main/xdriinfo: upgrade to 1.0.5

This commit is contained in:
Natanael Copa 2017-06-14 20:22:46 +00:00
parent 939c26f160
commit e8e34c93cc

View File

@ -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"