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-tseng | |
download | xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2 xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip |
Diffstat (limited to 'xorg-xf86-video-tseng')
-rw-r--r-- | xorg-xf86-video-tseng/.footprint | 10 | ||||
-rw-r--r-- | xorg-xf86-video-tseng/.md5sum | 1 | ||||
-rw-r--r-- | xorg-xf86-video-tseng/Pkgfile | 17 | ||||
-rw-r--r-- | xorg-xf86-video-tseng/Pkgfile.old | 18 |
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xf86-video-tseng/.footprint b/xorg-xf86-video-tseng/.footprint new file mode 100644 index 0000000..0a319a4 --- /dev/null +++ b/xorg-xf86-video-tseng/.footprint @@ -0,0 +1,10 @@ +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/tseng_drv.la +-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/tseng_drv.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man4/ +-rw-r--r-- root/root usr/man/man4/tseng.4.gz diff --git a/xorg-xf86-video-tseng/.md5sum b/xorg-xf86-video-tseng/.md5sum new file mode 100644 index 0000000..06a18cb --- /dev/null +++ b/xorg-xf86-video-tseng/.md5sum @@ -0,0 +1 @@ +fa441774f8bf516a5c6331d64231a39d xf86-video-tseng-1.2.4.tar.bz2 diff --git a/xorg-xf86-video-tseng/Pkgfile b/xorg-xf86-video-tseng/Pkgfile new file mode 100644 index 0000000..ea66788 --- /dev/null +++ b/xorg-xf86-video-tseng/Pkgfile @@ -0,0 +1,17 @@ +description="xorg driver xf86-video-tseng" +packager="" +maintainer="Tilman Sauerbeck, tilman at crux dot nu" +url="http://xorg.freedesktop.org" +depends=(xorg-server) + +name=xorg-xf86-video-tseng +version=1.2.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-1.2.4.tar.bz2) +build () +{ + cd xf86-video-tseng-$version; + ./configure --prefix=/usr --mandir=$mandir; + make; + make DESTDIR=$PKG install +} diff --git a/xorg-xf86-video-tseng/Pkgfile.old b/xorg-xf86-video-tseng/Pkgfile.old new file mode 100644 index 0000000..e7bf077 --- /dev/null +++ b/xorg-xf86-video-tseng/Pkgfile.old @@ -0,0 +1,18 @@ +# Description: xorg driver xf86-video-tseng +# URL: http://xorg.freedesktop.org +# Maintainer: Tilman Sauerbeck, tilman at crux dot nu +# Depends on: xorg-server + +name=xorg-xf86-video-tseng +version=1.2.4 +release=1 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-tseng-$version.tar.bz2) + +build() { + cd xf86-video-tseng-$version + + ./configure --prefix=/usr --mandir=/usr/man + + make + make DESTDIR=$PKG install +} |