aboutsummaryrefslogtreecommitdiffstats
path: root/main/xf86-video-savage
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-04 10:45:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-04 13:23:04 +0000
commit842b7f99a262dbd283a874e8463cf978dae109eb (patch)
treeb66534fdc2ae6473addeba56ee075d050fd9ae9a /main/xf86-video-savage
parent5d71c489350ca7a2711185d375fb74d45f10c87b (diff)
downloadaports-842b7f99a262dbd283a874e8463cf978dae109eb.tar.bz2
aports-842b7f99a262dbd283a874e8463cf978dae109eb.tar.xz
main/xf86-video-savage: upgrade to 2.3.9
Diffstat (limited to 'main/xf86-video-savage')
-rw-r--r--main/xf86-video-savage/APKBUILD25
1 files changed, 7 insertions, 18 deletions
diff --git a/main/xf86-video-savage/APKBUILD b/main/xf86-video-savage/APKBUILD
index a457783462..80978e93a4 100644
--- a/main/xf86-video-savage/APKBUILD
+++ b/main/xf86-video-savage/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-savage
-pkgver=2.3.8
-pkgrel=1
+pkgver=2.3.9
+pkgrel=0
pkgdesc="S3 Savage video driver"
url="http://xorg.freedesktop.org/"
arch="all"
-license="custom"
+license="MIT"
subpackages="$pkgname-doc"
depends=
makedepends="xorg-server-dev libxi-dev fontsproto randrproto
@@ -15,19 +15,10 @@ makedepends="xorg-server-dev libxi-dev fontsproto randrproto
source="http://xorg.freedesktop.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
"
-_builddir="$srcdir/$pkgname-$pkgver"
-
-prepare() {
- cd "$_builddir"
- 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 "$_builddir"
+ cd "$builddir"
export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
./configure \
--build=$CBUILD \
@@ -38,10 +29,8 @@ build() {
}
package() {
- cd "$_builddir"
+ cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-md5sums="b29672072aacd5ea0d569235e9e25ae1 xf86-video-savage-2.3.8.tar.bz2"
-sha256sums="fdcea4a86532bceb50095eaf0fe2f38bbfa160e98463b815f4b549eb9985fa63 xf86-video-savage-2.3.8.tar.bz2"
-sha512sums="c0a8eb58bde2d3f28dbf4f1e2a6e6e8eb019d3e61cf40bab56a586d614cf3d2a09c0ac43962ae25becfa9489f0ba36a4dd1010b6f181ffe77d10fe0bb10f3127 xf86-video-savage-2.3.8.tar.bz2"
+sha512sums="35fe52651fe5799bbbc6e7b3608a655102547e8f8f2189288d3f5b477f819bfc56a9a8eef39813ca455e56076e4f7c36304480c3ccddbac6c794672828cf705a xf86-video-savage-2.3.9.tar.bz2"