summaryrefslogtreecommitdiff
path: root/social
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-18 17:26:45 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-11-18 17:26:45 -0300
commit4ed098464aaa6b70c197479437b57ef79f9f3838 (patch)
treea4cb5cac9f819a1b9707bf96d191219947e15d8c /social
parente5e6eaf7e3cad31a74862656283728197b715178 (diff)
Avoid /bin
Diffstat (limited to 'social')
-rw-r--r--social/uftp/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/social/uftp/PKGBUILD b/social/uftp/PKGBUILD
index 534b63339..1dea3b5ba 100644
--- a/social/uftp/PKGBUILD
+++ b/social/uftp/PKGBUILD
@@ -2,16 +2,20 @@
# Maintainer (Parabola): fauno <fauno@parabola.nu>
pkgname=uftp
pkgver=3.7.1
-pkgrel=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"
}