summaryrefslogtreecommitdiffstats
path: root/xorg-xf86-video-apm
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
committerLukc <lukc@upyum.com>2010-12-18 23:16:03 +0100
commit1fa6afb7311322fa5c2b9c22a9a37c810a2b3418 (patch)
tree5b5f63901a4d7337f2abea8c90daae0330c93a0b /xorg-xf86-video-apm
downloadxorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.gz
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.bz2
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.tar.xz
xorg-1fa6afb7311322fa5c2b9c22a9a37c810a2b3418.zip
Import automatique des recettes de Crux. (git://crux.nu/ports/xorg.git - branche 2.7)HEADmaster
Diffstat (limited to 'xorg-xf86-video-apm')
-rw-r--r--xorg-xf86-video-apm/.footprint10
-rw-r--r--xorg-xf86-video-apm/.md5sum1
-rw-r--r--xorg-xf86-video-apm/Pkgfile17
-rw-r--r--xorg-xf86-video-apm/Pkgfile.old18
4 files changed, 46 insertions, 0 deletions
diff --git a/xorg-xf86-video-apm/.footprint b/xorg-xf86-video-apm/.footprint
new file mode 100644
index 0000000..fab5806
--- /dev/null
+++ b/xorg-xf86-video-apm/.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/apm_drv.la
+-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/apm_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/apm.4.gz
diff --git a/xorg-xf86-video-apm/.md5sum b/xorg-xf86-video-apm/.md5sum
new file mode 100644
index 0000000..3ce06b4
--- /dev/null
+++ b/xorg-xf86-video-apm/.md5sum
@@ -0,0 +1 @@
+a3743a971b3acb7de3d2eefc8b1a4834 xf86-video-apm-1.2.3.tar.bz2
diff --git a/xorg-xf86-video-apm/Pkgfile b/xorg-xf86-video-apm/Pkgfile
new file mode 100644
index 0000000..22204b6
--- /dev/null
+++ b/xorg-xf86-video-apm/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg driver xf86-video-apm"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-server)
+
+name=xorg-xf86-video-apm
+version=1.2.3
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-apm-1.2.3.tar.bz2)
+build ()
+{
+ cd xf86-video-apm-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-xf86-video-apm/Pkgfile.old b/xorg-xf86-video-apm/Pkgfile.old
new file mode 100644
index 0000000..a576a5b
--- /dev/null
+++ b/xorg-xf86-video-apm/Pkgfile.old
@@ -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.3
+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 --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}