diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-28 10:09:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-08-28 10:25:24 +0000 |
commit | 5b1adfedeb3dd2b4e18a302a16342407eb529fa1 (patch) | |
tree | e39116fb12ecf87c794882c07f65c2cc721dcd3d | |
parent | ce661143e8c990c054ced1066aea282f5616d549 (diff) | |
download | aports-5b1adfedeb3dd2b4e18a302a16342407eb529fa1.tar.bz2 aports-5b1adfedeb3dd2b4e18a302a16342407eb529fa1.tar.xz |
main/xf86-video-tseng: rebuild against xorg-1.11
-rw-r--r-- | main/xf86-video-tseng/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/xf86-video-tseng/APKBUILD b/main/xf86-video-tseng/APKBUILD index c530152f05..a9810dedb6 100644 --- a/main/xf86-video-tseng/APKBUILD +++ b/main/xf86-video-tseng/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-video-tseng pkgver=1.2.4 -pkgrel=2 +pkgrel=3 pkgdesc="Tseng Labs video driver" url="http://xorg.freedesktop.org/" arch="all" license="custom" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-doc" depends= makedepends="pkgconfig xorg-server-dev libxi-dev fontsproto randrproto videoproto renderproto" @@ -23,6 +23,7 @@ build() { package() { cd "$srcdir"/$pkgname-$pkgver make DESTDIR="$pkgdir" install || return 1 + rm "$pkgdir"/usr/lib/xorg/modules/*/*.la || return 1 install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } md5sums="fa441774f8bf516a5c6331d64231a39d xf86-video-tseng-1.2.4.tar.bz2" |