# HG changeset patch # User Christophe Lincoln # Date 1393723109 -3600 # Node ID d8dd788080719bb8aa455e090978226c5a8e82a3 # Parent 5e98238539206239771e12eacb641513864b13c8 mktorrent: add to ARM and x86_64 arch diff -r 5e9823853920 -r d8dd78808071 mktorrent/receipt --- a/mktorrent/receipt Sun Mar 02 01:30:05 2014 +0100 +++ b/mktorrent/receipt Sun Mar 02 02:18:29 2014 +0100 @@ -9,6 +9,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mktorrent.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +HOST_ARCH="i486 arm x86_64" DEPENDS="" BUILD_DEPENDS="" @@ -26,3 +27,8 @@ mkdir -p $fs/usr cp -a $install/usr/local/bin $fs/usr } + +testsuite() +{ + readelf -h $install/usr/local/bin/$PACKAGE +}