summaryrefslogtreecommitdiff
path: root/community/mktorrent/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mktorrent/PKGBUILD')
-rw-r--r--community/mktorrent/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/community/mktorrent/PKGBUILD b/community/mktorrent/PKGBUILD
index 495ea2b59..1646c598b 100644
--- a/community/mktorrent/PKGBUILD
+++ b/community/mktorrent/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 66239 2012-02-23 05:13:18Z spupykin $
+# $Id: PKGBUILD 114093 2014-07-01 13:28:28Z spupykin $
# Contributor: Emil Renner Berthing <esmil@users.sourceforge.net>
pkgname=mktorrent
pkgver=1.0
-pkgrel=3
+pkgrel=4
pkgdesc='Simple command line utility to create BitTorrent metainfo files'
arch=('i686' 'x86_64')
url='http://mktorrent.sourceforge.net/'
@@ -14,6 +14,12 @@ md5sums=('0da00209da96a0dc39efbb6eb5b4d8ff')
build() {
cd ${srcdir}/mktorrent-${pkgver}
+ make PREFIX=/usr \
+ USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1
+}
+
+package() {
+ cd ${srcdir}/mktorrent-${pkgver}
make DESTDIR=${pkgdir} PREFIX=/usr \
USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
install