summaryrefslogtreecommitdiff
path: root/social/uftp/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-08-27 06:05:47 -0300
commitd73f07b0acf8bae623e1e112a7cb3744a84a92ee (patch)
tree87a2b353ea5229bbe309ea9db9d43bf24e2a6fd8 /social/uftp/PKGBUILD
parentc001329b017288676a28aa6078bf16ad42e318e9 (diff)
parent0ff008e3c9dcc5ef088f481dfff3dcd121575598 (diff)
downloadabslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.gz
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.tar.bz2
abslibre-d73f07b0acf8bae623e1e112a7cb3744a84a92ee.zip
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'social/uftp/PKGBUILD')
-rw-r--r--social/uftp/PKGBUILD26
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
-}
-