xorg-scrnsaverproto-32: initial commit

This commit is contained in:
Danny Rawlins 2013-02-14 21:55:02 +11:00
parent cf038d86d1
commit 6db0c4daca
4 changed files with 26 additions and 0 deletions

View File

View File

@ -0,0 +1,4 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib32/
drwxr-xr-x root/root usr/lib32/pkgconfig/
-rw-r--r-- root/root usr/lib32/pkgconfig/scrnsaverproto.pc

View File

@ -0,0 +1 @@
edd8a73775e8ece1d69515dd17767bfb scrnsaverproto-1.2.2.tar.bz2

View File

@ -0,0 +1,21 @@
# Description: xorg proto scrnsaverproto
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
name=xorg-scrnsaverproto-32
version=1.2.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/proto/scrnsaverproto-$version.tar.bz2)
build() {
cd scrnsaverproto-$version
./configure --prefix=/usr --libdir=/usr/lib32
make
make DESTDIR=$PKG install
rm $PKG/usr/share/doc/scrnsaverproto/saver.xml
find $PKG/usr/share -type d -delete
rm -r $PKG/usr/include
}