summaryrefslogtreecommitdiff
path: root/community/mktorrent
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
commit35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch)
tree0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/mktorrent
parent88933a383866089c23f6d62783a6a24ab211e872 (diff)
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/mktorrent')
-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