IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.0.7 PROGNAME="GKrellM - GNU (or Gtk) Krell Monitors (or Meters)" DESC="\ With a single process, GKrellM manages multiple stacked monitors and\n\ supports applying themes to match the monitors appearance to your window\n\ manager, Gtk, or any other theme." # maintainer BUILD=1 MAINTAINER="Robert Stan " SOURCE=http://gkrellm.net LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/robert/gkrellm-1.0.7 # package name PKGNAME=gkrellm compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION rm -f Makefile ln -s Makefile.top_enable_nls Makefile make } install() { make install INSTALLDIR=/usr/X11R6/bin \ INCLUDEDIR=/usr/include \ LOCALEDIR=/usr/share/locale \ MANDIR=/usr/man/man1 mkdir -p /usr/doc/$PKGNAME-$VERSION cp COPYRIGHT Changelo* INSTALL README *.html gkrellmrc /usr/doc/$PKGNAME-$VERSION } special() { echo "Nothing special :)" } subpacks() { echo "We don't have subpacks... yet :)" }