From 7eff80609dcc365658c94f899d4a3a298e8fb5dd Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 18 Nov 2012 17:13:20 -0300 Subject: Encrypted UDP based FTP .service files are in the way --- social/uftp/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 social/uftp/PKGBUILD (limited to 'social/uftp/PKGBUILD') diff --git a/social/uftp/PKGBUILD b/social/uftp/PKGBUILD new file mode 100644 index 000000000..534b63339 --- /dev/null +++ b/social/uftp/PKGBUILD @@ -0,0 +1,22 @@ +# Maintainer: Markus Jochim +# Maintainer (Parabola): fauno +pkgname=uftp +pkgver=3.7.1 +pkgrel=1 +pkgdesc="Multicast FTP software" +arch=(i686 x86_64 mips64el) +url="http://www.tcnj.edu/~bush/uftp.html" +license=('GPL3') +source=(http://www.tcnj.edu/~bush/downloads/uftp-${pkgver}.tar) +md5sums=('0d3aa7d3e57251e8abf34027afa1e321') + +build() { + cd "$srcdir/uftp-${pkgver}/" + make CFLAGS="$CFLAGS" +} + +package() { + cd "$srcdir/uftp-${pkgver}/" + make DESTDIR="${pkgdir}" install +} + -- cgit v1.2.3