xorg-libpixman: initial release.
This commit is contained in:
parent
23cff1468a
commit
2e2015a67c
12
xorg-libpixman/.footprint
Normal file
12
xorg-libpixman/.footprint
Normal file
@ -0,0 +1,12 @@
|
||||
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.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.9.5
|
||||
lrwxrwxrwx root/root usr/lib/libpixman-1.so.0 -> libpixman-1.so.0.9.5
|
||||
-rwxr-xr-x root/root usr/lib/libpixman-1.so.0.9.5
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/pixman-1.pc
|
1
xorg-libpixman/.md5sum
Normal file
1
xorg-libpixman/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
f9fea77e46ec7a3a16e925e137f146e7 pixman-0.9.5.tar.bz2
|
17
xorg-libpixman/Pkgfile
Normal file
17
xorg-libpixman/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
||||
# Description: Pixel manipulation library
|
||||
# URL: http://xorg.freedesktop.org
|
||||
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
||||
|
||||
name=xorg-libpixman
|
||||
version=0.9.5
|
||||
release=1
|
||||
source=(http://xorg.freedesktop.org/releases/individual/lib/pixman-$version.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd pixman-$version
|
||||
|
||||
./configure --prefix=/usr --mandir=/usr/man
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user