opt/gftp/Pkgfile

19 lines
491 B
Plaintext
Raw Normal View History

2012-10-19 12:22:11 +02:00
# Description: Multithreaded FTP client with GTK+2 user interface
2018-02-21 10:34:31 +01:00
# URL: https://www.gftp.org/
2012-10-19 12:22:11 +02:00
# Maintainer: Jose V Beneyto, sepen at crux dot nu
2018-02-21 10:34:31 +01:00
# Depends on: gtk util-linux
2012-10-19 12:22:11 +02:00
name=gftp
version=2.0.19
release=1
2018-02-21 10:34:31 +01:00
source=(https://www.gftp.org/$name-$version.tar.bz2)
2012-10-19 12:22:11 +02:00
build () {
cd $name-$version
2018-02-21 10:34:31 +01:00
./configure --prefix=/usr --disable-nls
2012-10-19 12:22:11 +02:00
make
make DESTDIR=$PKG install
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/*.desktop
rm $PKG/usr/share/gftp/COPYING
}