slim: 1.3.2 -> 1.3.4

This commit is contained in:
Thomas Penteker 2012-06-27 23:25:50 +02:00
parent 1d6e680add
commit bd59564f31
2 changed files with 8 additions and 6 deletions

View File

@ -1,3 +1,3 @@
ca1ae6120e6f4b4969f2d6cf94f47b42 slim-1.3.2.tar.gz
51543533e492b41007811f7d880720fa slim-1.3.4.tar.gz
46349c2dc378b17d5857c5c1d904a636 slim-crux-smooth.tar.gz
476ce747c77f1a7e116a7f63bfb7d8d3 slim.rc

View File

@ -2,18 +2,20 @@
# URL: http://slim.berlios.de
# Packager: Simone Rota, sip at crux dot nu
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: xorg-xauth, libjpeg, libpng
# Depends on: xorg-xauth, libjpeg, libpng, cmake
name=slim
version=1.3.2
release=2
version=1.3.4
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.gz \
http://jw.tks6.net/files/slim-crux-smooth.tar.gz $name.rc)
build () {
cd $name-$version
sed -i -e "s:-I/usr/include/libpng12:$(pkg-config --cflags-only-I libpng):" \
-e "s:-lpng12:$(pkg-config --libs-only-l libpng):" Makefile
sed -i 's:${MANDIR}:/usr/man:g' CMakeLists.txt
cmake -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install
mkdir $PKG/etc/rc.d