DOCS="COPY* README INSTALL doc/*" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.7.2 PROGNAME="XChat 1.7.2" DESC="\ X-Chat is yet another IRC client for the X Window System,\n\ using the Gtk+ toolkit. This is the new unstable release so\n\ we will leave the 6x packages on the site as well. You can use\n\ upgradepkg to install it if you have the previous one from SL7\n\ or this site." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://www.xchat.org LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/xchat-1.7.0 # package name PKGNAME=xchat compile() { tar xvyf $CWD/$PKGNAME-$VERSION.tar.bz2 cd $PKGNAME-$VERSION ./configure \ # Slackware 8 --prefix=/opt/gnome \ # Slackware 7 --prefix=/usr \ --enable-panel make -j2 } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { } subpacks() { echo "No subpacks..." }