diff options
Diffstat (limited to 'acompiler/xorg-xf86-video-apm/Pkgfile')
-rw-r--r-- | acompiler/xorg-xf86-video-apm/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-video-apm/Pkgfile b/acompiler/xorg-xf86-video-apm/Pkgfile new file mode 100644 index 000000000..d1c52b45d --- /dev/null +++ b/acompiler/xorg-xf86-video-apm/Pkgfile @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-apm +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-apm +version=1.2.2 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-$version.tar.bz2) + +build() { + cd xf86-video-apm-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |