wok-current rev 15987
mktorrent: add to ARM and x86_64 arch
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Mar 02 02:18:29 2014 +0100 (2014-03-02) |
parents | 5e9823853920 |
children | 7e1257627587 |
files | mktorrent/receipt |
line diff
1.1 --- a/mktorrent/receipt Sun Mar 02 01:30:05 2014 +0100 1.2 +++ b/mktorrent/receipt Sun Mar 02 02:18:29 2014 +0100 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 +}