diff options
author | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
---|---|---|
committer | Lukc <lukc@upyum.com> | 2010-12-18 23:16:03 +0100 |
commit | 1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch) | |
tree | 5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86-video-tga | |
download | xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2 xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip |
Diffstat (limited to 'xorg-xf86-video-tga')
-rw-r--r-- | xorg-xf86-video-tga/.footprint | 7 | ||||
-rw-r--r-- | xorg-xf86-video-tga/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-video-tga/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xf86-video-tga/Pkgfile.old | 18 |
4 files changed, 43 insertions, 0 deletions
diff --git a/xorg-xf86-video-tga/.footprint b/xorg-xf86-video-tga/.footprint new file mode 100644 index 0000000..baf47b2 --- /dev/null +++ b/xorg-xf86-video-tga/.footprint @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/xorg/ +drwxr-xr-x root/root usr/lib/xorg/modules/ +drwxr-xr-x root/root usr/lib/xorg/modules/drivers/ +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tga_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tga_drv.so diff --git a/xorg-xf86-video-tga/.md5sum b/xorg-xf86-video-tga/.md5sum new file mode 100644 index 0000000..fef8176 --- /dev/null +++ b/xorg-xf86-video-tga/.md5sum @@ -0,0 +1 @@ +bcbceda78395de74544c83b46a7700cd xf86-video-tga-1.2.1.tar.bz2 diff --git a/xorg-xf86-video-tga/Pkgfile b/xorg-xf86-video-tga/Pkgfile new file mode 100644 index 0000000..e030e28 --- /dev/null +++ b/xorg-xf86-video-tga/Pkgfile @@ -0,0 +1,17 @@ +description="xorg driver xf86-video-tga" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-video-tga +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-1.2.1.tar.bz2) +build () +{ + cd xf86-video-tga-$version; + ./configure --prefix=/usr; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-video-tga/Pkgfile.old b/xorg-xf86-video-tga/Pkgfile.old new file mode 100644 index 0000000..cd8d76c --- /dev/null +++ b/xorg-xf86-video-tga/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-tga +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-tga +version=1.2.1 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tga-$version.tar.bz2) + +build() { + cd xf86-video-tga-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |