DOCS="README AUTHORS ChangeLog NEWS doc/*.gif doc/*.html" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage:/mfs STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.9.10 PROGNAME="imlib" DESC="Imlib is a display depth-independent image loading and rendering\n\ library. Imlib is designed to simplify and speed up the process of\n\ loading images and obtaining X Window System drawables. Imlib\n\ provides many simple manipulation routines which can be used for\n\ common operations." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=ftp://ftp.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/imlib-1.9.10 # package name PKGNAME=imlib compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION CFLAGS=-O2 ./configure --prefix=/usr CFLAGS=-O2 make -j2 } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }