diff options
author | Tilman Sauerbeck <tilman@crux.nu> | 2008-03-20 17:52:45 +0100 |
---|---|---|
committer | Tilman Sauerbeck <tilman@crux.nu> | 2008-03-20 17:52:45 +0100 |
commit | 124b9ab69b48b6249bd1ac514c040a93b9b25629 (patch) | |
tree | 7b44dfb8fa516d283439bac5765124fb9f85bfac /xorg-xf86-video-neomagic | |
parent | 696b990055b1fa7e81e1bd11c9bf121d444f34a3 (diff) | |
download | xorg-124b9ab69b48b6249bd1ac514c040a93b9b25629.tar.gz xorg-124b9ab69b48b6249bd1ac514c040a93b9b25629.tar.xz |
xorg-xf86-video-neomagic: updated to 1.2.0
Diffstat (limited to 'xorg-xf86-video-neomagic')
-rw-r--r-- | xorg-xf86-video-neomagic/.md5sum | 2 | ||||
-rw-r--r-- | xorg-xf86-video-neomagic/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/xorg-xf86-video-neomagic/.md5sum b/xorg-xf86-video-neomagic/.md5sum index 0461070e..db3219d1 100644 --- a/xorg-xf86-video-neomagic/.md5sum +++ b/xorg-xf86-video-neomagic/.md5sum @@ -1 +1 @@ -7a3d3d6e60b9686d955c45d9ebbd5c1b xf86-video-neomagic-1.1.1.tar.bz2 +9154e6f4f6f66bc579fa7caf041d1d92 xf86-video-neomagic-1.2.0.tar.bz2 diff --git a/xorg-xf86-video-neomagic/Pkgfile b/xorg-xf86-video-neomagic/Pkgfile index 75737d01..8a449dba 100644 --- a/xorg-xf86-video-neomagic/Pkgfile +++ b/xorg-xf86-video-neomagic/Pkgfile @@ -3,14 +3,14 @@ # Maintainer: Tilman Sauerbeck, tilman at crux dot nu name=xorg-xf86-video-neomagic -version=1.1.1 +version=1.2.0 release=1 source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-neomagic-$version.tar.bz2) build() { cd xf86-video-neomagic-$version - ./configure --prefix=/usr + ./configure --prefix=/usr --mandir=/usr/man make make DESTDIR=$PKG install |