DOCS="C* README A* INSTALL FAQ HINTS TODO VERSION PROGRAMMING" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/home STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=3.17.1 PROGNAME="Cooledit 3.17.1" DESC="\ Cooledit is a full featured text editor for the X Window System, with\n\ 3D widgetsand multiple edit windows. Use pkgtool to install." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://showcase.netins.net/web/Comput-IT/cooledit/index.html LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-8/cooledit-3.17.1 # package name PKGNAME=cooledit compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION ./configure \ --prefix=/usr/X11 \ 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..." }