From 0ff008e3c9dcc5ef088f481dfff3dcd121575598 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 27 Aug 2014 05:07:26 -0300 Subject: move some packages from [social] to [pcr] and remove unused [social] --- social/uftp/PKGBUILD | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 social/uftp/PKGBUILD (limited to 'social/uftp') diff --git a/social/uftp/PKGBUILD b/social/uftp/PKGBUILD deleted file mode 100644 index 10a2aced0..000000000 --- a/social/uftp/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# Maintainer (Arch): Markus Jochim -# Maintainer: fauno -pkgname=uftp -pkgver=3.7.1 -pkgrel=2 -pkgdesc="Multicast FTP software" -arch=(i686 x86_64 mips64el) -url="http://www.tcnj.edu/~bush/uftp.html" -license=('GPL3') -depends=('openssl') -source=(http://www.tcnj.edu/~bush/downloads/uftp-${pkgver}.tar) -md5sums=('0d3aa7d3e57251e8abf34027afa1e321') - -build() { - cd "$srcdir/uftp-${pkgver}/" - - sed "s,/bin,/usr&,g" -i makefile - - make CFLAGS="$CFLAGS" -} - -package() { - cd "$srcdir/uftp-${pkgver}/" - make DESTDIR="${pkgdir}" install -} - -- cgit v1.2.3-54-g00ecf