diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 10:36:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-04-04 13:23:04 +0000 |
commit | 775e9cdd3b3db2788dcf020f6085f1f00a825395 (patch) | |
tree | f24c6fc9ea80d2ec92a2f0d69e77519a7eb83289 /main/xf86-video-ati | |
parent | d0b8d4dae0d2236784601f2d2ff630ccf248285d (diff) | |
download | aports-775e9cdd3b3db2788dcf020f6085f1f00a825395.tar.bz2 aports-775e9cdd3b3db2788dcf020f6085f1f00a825395.tar.xz |
main/xf86-video-ati: upgrade to 7.9.0
Diffstat (limited to 'main/xf86-video-ati')
-rw-r--r-- | main/xf86-video-ati/APKBUILD | 23 |
1 files changed, 6 insertions, 17 deletions
diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD index 1f033af37c..0f0882e1b1 100644 --- a/main/xf86-video-ati/APKBUILD +++ b/main/xf86-video-ati/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-ati -pkgver=7.7.0 +pkgver=7.9.0 pkgrel=0 pkgdesc="ATI video driver" url="http://xorg.freedesktop.org/" arch="all" -license="custom" +license="MIT" subpackages="$pkgname-doc" depends="mesa-dri-ati" makedepends="xorg-server-dev libxi-dev fontsproto randrproto @@ -15,18 +15,9 @@ makedepends="xorg-server-dev libxi-dev fontsproto randrproto source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2 " - -prepare() { - cd "$srcdir"/$pkgname-$pkgver - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - +builddir="$srcdir"/$pkgname-$pkgver build() { - cd "$srcdir"/$pkgname-$pkgver + cd "$builddir" export LDFLAGS="$LDFLAGS -Wl,-z,lazy" ./configure \ @@ -39,10 +30,8 @@ build() { } package() { - cd "$srcdir"/$pkgname-$pkgver + cd "$builddir" make DESTDIR="$pkgdir" install || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -md5sums="59bfe0feba875c5cd28b03766aaa3b98 xf86-video-ati-7.7.0.tar.bz2" -sha256sums="844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 xf86-video-ati-7.7.0.tar.bz2" -sha512sums="002ae681c35c8293d7b11b1fe7ec7fad569a18bcb2091ae54e682de3878ffc681780d802a450f51cf4bcb81a7f137fb6b1c739c467e8f15f4ab8640fb2e472df xf86-video-ati-7.7.0.tar.bz2" +sha512sums="125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43 xf86-video-ati-7.9.0.tar.bz2" |