hplip: NEW port

This commit is contained in:
James Mills 2008-01-04 23:41:44 +10:00
parent 2ccdc0c9bc
commit 9dc357f80a
3 changed files with 36 additions and 0 deletions

12
sip/.footprint Normal file
View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sip
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/python2.5/
-rw-r--r-- root/root usr/include/python2.5/sip.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/python2.5/
drwxr-xr-x root/root usr/lib/python2.5/site-packages/
-rwxr-xr-x root/root usr/lib/python2.5/site-packages/sip.so
-rw-r--r-- root/root usr/lib/python2.5/site-packages/sipconfig.py
-rw-r--r-- root/root usr/lib/python2.5/site-packages/sipdistutils.py

1
sip/.md5sum Normal file
View File

@ -0,0 +1 @@
0fdb0cbdcbbe158009196437711eb8bd sip-4.5.2.tar.gz

23
sip/Pkgfile Normal file
View File

@ -0,0 +1,23 @@
# Description: A tool for creating Python bindings for C and C++ libraries
# URL: http://www.riverbankcomputing.co.uk/sip/
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
#
# Depends on: python, qt3
name=sip
version=4.5.2
release=1
source=(http://www.riverbankcomputing.com/Downloads/${name}4/$name-$version.tar.gz)
build() {
cd $name-$version
export QTDIR=/usr/share/qt/
python configure.py CXXFLAGS+=-lqt-mt
make
make DESTDIR=$PKG install
chown -R root:root $PKG
}