DOCS="ABOUT-NLS COPYING ChangeLog README TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y VERSION=1.0.0 PROGNAME="Gnome Config System" DESC="GConf is the GNOME Configuration database system." # maintainer BUILD=2 MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/GConf-1.0.0 # package name PKGNAME=gconf compile() { tar xvzf $CWD/GConf-$VERSION.tar.gz cd GConf-$VERSION CFLAGS=-O2 ./configure --prefix=/usr --sysconfdir=/etc CFLAGS=-O2 make } install() { make install mkdir -p /usr/doc/GConf-$VERSION cp -a $DOCS /usr/doc/GConf-$VERSION } attributes() { echo "No special attributes..." } special() { mkdir -p $PKG/etc/gconf/{1,schemas} cp -a /etc/gconf/1/path.example $PKG/etc/gconf/1 cp -a /etc/gconf/schemas/desktop.schemas $PKG/etc/gconf/schemas } subpacks() { echo "No subpacks..." }