summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-08-17 17:17:56 +0200
committersibel <lesibel at free dot fr>2010-08-17 17:17:56 +0200
commit4b3a088665ee733c852b58cbf6010fb31ab6410d (patch)
treed7acc8d73dd2a9fa3b4dd0544e2748d96fc8b18c /extra
parentb9c1976f4c94458bb622381e245447ef2231c0d8 (diff)
downloadnutyx-pakxe-4b3a088665ee733c852b58cbf6010fb31ab6410d.tar.gz
nutyx-pakxe-4b3a088665ee733c852b58cbf6010fb31ab6410d.tar.bz2
nutyx-pakxe-4b3a088665ee733c852b58cbf6010fb31ab6410d.tar.xz
nutyx-pakxe-4b3a088665ee733c852b58cbf6010fb31ab6410d.zip
Ajout de mktorrent#1.0-1
Diffstat (limited to 'extra')
-rw-r--r--extra/mktorrent/.footprint3
-rw-r--r--extra/mktorrent/.md5sum1
-rwxr-xr-xextra/mktorrent/Pkgfile17
3 files changed, 21 insertions, 0 deletions
diff --git a/extra/mktorrent/.footprint b/extra/mktorrent/.footprint
new file mode 100644
index 000000000..99a4fe1ec
--- /dev/null
+++ b/extra/mktorrent/.footprint
@@ -0,0 +1,3 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mktorrent
diff --git a/extra/mktorrent/.md5sum b/extra/mktorrent/.md5sum
new file mode 100644
index 000000000..4f6601c20
--- /dev/null
+++ b/extra/mktorrent/.md5sum
@@ -0,0 +1 @@
+0da00209da96a0dc39efbb6eb5b4d8ff mktorrent-1.0.tar.gz
diff --git a/extra/mktorrent/Pkgfile b/extra/mktorrent/Pkgfile
new file mode 100755
index 000000000..983e34a76
--- /dev/null
+++ b/extra/mktorrent/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Simple command line utility to create BitTorrent metainfo files
+# URL: http://mktorrent.sourceforge.net
+# Maintainer: NuTyX core team
+# Packager: lesibel at free dot fr
+# Depends on: openssl
+
+name=mktorrent
+version=1.0
+release=1
+source=(http://downloads.sourceforge.net/mktorrent/mktorrent-$version.tar.gz )
+
+build() {
+ cd $name-$version
+ make DESTDIR=$PKG PREFIX=/usr \
+ USE_PTHREADS=1 USE_OPENSSL=1 USE_LONG_OPTIONS=1 USE_LARGE_FILES=1 \
+ install
+}