summaryrefslogtreecommitdiffstats
path: root/xorg-libpixman
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libpixman')
-rw-r--r--xorg-libpixman/.footprint13
-rw-r--r--xorg-libpixman/.md5sum1
-rw-r--r--xorg-libpixman/Pkgfile18
-rw-r--r--xorg-libpixman/Pkgfile.old20
4 files changed, 52 insertions, 0 deletions
diff --git a/xorg-libpixman/.footprint b/xorg-libpixman/.footprint
new file mode 100644
index 0000000..3034fef
--- /dev/null
+++ b/xorg-libpixman/.footprint
@@ -0,0 +1,13 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/pixman-1/
+-rw-r--r-- root/root usr/include/pixman-1/pixman-version.h
+-rw-r--r-- root/root usr/include/pixman-1/pixman.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libpixman-1.a
+-rwxr-xr-x root/root usr/lib/libpixman-1.la
+lrwxrwxrwx root/root usr/lib/libpixman-1.so -> libpixman-1.so.0.20.0
+lrwxrwxrwx root/root usr/lib/libpixman-1.so.0 -> libpixman-1.so.0.20.0
+-rwxr-xr-x root/root usr/lib/libpixman-1.so.0.20.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/pixman-1.pc
diff --git a/xorg-libpixman/.md5sum b/xorg-libpixman/.md5sum
new file mode 100644
index 0000000..75193dd
--- /dev/null
+++ b/xorg-libpixman/.md5sum
@@ -0,0 +1 @@
+512ec766a911142b901157ba581f6e75 pixman-0.20.0.tar.bz2
diff --git a/xorg-libpixman/Pkgfile b/xorg-libpixman/Pkgfile
new file mode 100644
index 0000000..3f7f168
--- /dev/null
+++ b/xorg-libpixman/Pkgfile
@@ -0,0 +1,18 @@
+description="Pixel manipulation library"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=()
+
+name=xorg-libpixman
+version=0.20.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-0.20.0.tar.bz2)
+build ()
+{
+ cd pixman-$version;
+ sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libpixman/Pkgfile.old b/xorg-libpixman/Pkgfile.old
new file mode 100644
index 0000000..bc0c14d
--- /dev/null
+++ b/xorg-libpixman/Pkgfile.old
@@ -0,0 +1,20 @@
+# Description: Pixel manipulation library
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+
+name=xorg-libpixman
+version=0.20.0
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)
+
+build() {
+ cd pixman-$version
+
+ # don't build test programs
+ sed -i -e 's/^SUBDIRS = pixman test/SUBDIRS = pixman/' Makefile.in
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}