wok-next diff mktorrent/receipt @ rev 16563
potamus: needs libsamplrate
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 11:08:34 2014 +0200 (2014-05-01) |
parents | b602ded847a6 |
children | c4e53a39395a |
line diff
1.1 --- a/mktorrent/receipt Tue Sep 10 12:15:52 2013 +0000 1.2 +++ b/mktorrent/receipt Thu May 01 11:08:34 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://mktorrent.sourceforge.net/" 1.6 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.7 +HOST_ARCH="i486 arm x86_64" 1.8 1.9 DEPENDS="" 1.10 BUILD_DEPENDS="" 1.11 @@ -26,3 +27,8 @@ 1.12 mkdir -p $fs/usr 1.13 cp -a $install/usr/local/bin $fs/usr 1.14 } 1.15 + 1.16 +testsuite() 1.17 +{ 1.18 + readelf -h $install/usr/local/bin/$PACKAGE 1.19 +}