diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-08-27 05:07:26 -0300 |
commit | 0ff008e3c9dcc5ef088f481dfff3dcd121575598 (patch) | |
tree | d6f6cf5d6939e1f030a48d3711d3606570afd08f /social/uftp | |
parent | ed9d1c12bbfcf9cb8b3d53e886edb679df372640 (diff) |
move some packages from [social] to [pcr] and remove unused [social]
Diffstat (limited to 'social/uftp')
-rw-r--r-- | social/uftp/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
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 <ich@markusjochim.de> -# Maintainer: fauno <fauno@parabola.nu> -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 -} - |