DOCS="COPY* README CHANGES" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=1.2.4 PROGNAME="xrmftp-1.2.4" DESC="\ Xrmftp is FTP client for X Window System. It should work on most unices. You\n\ need Xforms library version beta 0.88 or above to install Xrmftp. I have tested\n\ it on Solaris and Linux. If you are using the latter you should be able to find\n\ xforms in contrib directory. You can also go to xforms home page\n\ http://bloch.phys.uwm.edu/xforms or http://bragg.phys.uwm.edu/xforms and\n\ download it. There is also a package in pcentral for xforms." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://www.mat.uni.torun.pl/~rafmet/ LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-8/xrmftp-1.2.4 # package name PKGNAME=xrmftp compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION.src make -j2 } install() { cp xrmftp /usr/X11/bin chown root.root /usr/X11/bin/xrmftp chmod 755 /usr/X11/bin/xrmftp mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { } subpacks() { echo "No subpacks..." }