wok-next rev 16417
ARM: add libbsd and fix libnl *.a
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 17 14:30:15 2014 +0200 (2014-04-17) |
parents | 664fcbab914e |
children | c7112554c64f |
files | libbsd-dev/receipt libbsd/receipt libnl/receipt |
line diff
1.1 --- a/libbsd-dev/receipt Thu Apr 17 13:15:06 2014 +0000 1.2 +++ b/libbsd-dev/receipt Thu Apr 17 14:30:15 2014 +0200 1.3 @@ -7,8 +7,8 @@ 1.4 MAINTAINER="claudinei@slitaz.org" 1.5 LICENSE="BSD MIT" 1.6 WEB_SITE="http://libbsd.freedesktop.org/wiki/" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 -DEPENDS="libbsd pkg-config" 1.10 WANTED="libbsd" 1.11 1.12 # Rules to gen a SliTaz package suitable for Tazpkg.
2.1 --- a/libbsd/receipt Thu Apr 17 13:15:06 2014 +0000 2.2 +++ b/libbsd/receipt Thu Apr 17 14:30:15 2014 +0200 2.3 @@ -9,9 +9,7 @@ 2.4 WEB_SITE="http://libbsd.freedesktop.org/wiki/" 2.5 TARBALL="$PACKAGE-$VERSION.tar.xz" 2.6 WGET_URL="http://libbsd.freedesktop.org/releases/$TARBALL" 2.7 - 2.8 -DEPENDS="" 2.9 -BUILD_DEPENDS="" 2.10 +HOST_ARCH="i486 arm" 2.11 2.12 # Rules to configure and make the package. 2.13 compile_rules()
3.1 --- a/libnl/receipt Thu Apr 17 13:15:06 2014 +0000 3.2 +++ b/libnl/receipt Thu Apr 17 14:30:15 2014 +0200 3.3 @@ -30,5 +30,5 @@ 3.4 cp -a $install/etc $fs 3.5 cp -a $install/usr/lib/*.so* $fs/usr/lib 3.6 cp -a $install/usr/lib/libnl $fs/usr/lib 3.7 - find $fs/usr/lib -type f -name "*.a*" -exec rm -f {} \; 3.8 + find $fs/usr/lib -type f -name "*.*a" -exec rm -f {} \; 3.9 }