DOCS="AUTHORS COPYING ChangeLog NEWS README COPYING.LIB TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=0.10.1 PROGNAME="The GdkPixBuf image handling library" DESC="The GdkPixBuf library provides a number of features, including :\n\ \n\ - GdkPixbuf structure for representing images.\n\ - Image loading facilities.\n\ - Rendering of a GdkPixBuf into various formats:\n\ drawables (windows, pixmaps), GdkRGB buffers. - Fast scaling and compositing of pixbufs.\n\ - Simple animation loading (ie. animated gifs)" # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/gdk-pixbuf-0.10.1 # package name PKGNAME=gdkpixbf compile() { tar xvzf $CWD/gdk-pixbuf-$VERSION.tar.gz cd gdk-pixbuf-$VERSION CFLAGS=-O2 ./configure --prefix=/usr CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/gdk-pixbuf-$VERSION cp -a $DOCS /usr/doc/gdk-pixbuf-$VERSION } attributes() { echo "No special attributes..." } special() { echo "Nothing special... easy job :-)" } subpacks() { echo "No subpacks..." }