diff options
Diffstat (limited to 'extra/gftp/Pkgfile')
-rwxr-xr-x | extra/gftp/Pkgfile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/gftp/Pkgfile b/extra/gftp/Pkgfile new file mode 100755 index 000000000..7767d055b --- /dev/null +++ b/extra/gftp/Pkgfile @@ -0,0 +1,17 @@ +# Description: Client FTP pour X +# URL: http://gftp.seul.org/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk + +name=gftp +version=2.0.19 +release=1 +source=(http://www.gftp.org/$name-$version.tar.bz2) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +} |