summaryrefslogtreecommitdiffstats
path: root/gftp/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'gftp/Pkgfile')
-rwxr-xr-xgftp/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/gftp/Pkgfile b/gftp/Pkgfile
new file mode 100755
index 000000000..36253f818
--- /dev/null
+++ b/gftp/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Client FTP pour X
+# URL: http://gftp.seul.org/
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: gtk, xorg-libxcursor, xorg-libxdamage, xorg-libxrandr, xorg-libxinerama
+# Run 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
+}
+