wok-current diff libsexy/receipt @ rev 17028
linux64: new module path (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Aug 16 18:54:48 2014 +0200 (2014-08-16) |
parents | 76b72f1ad63c |
children | eeba7ab1dffe |
line diff
1.1 --- a/libsexy/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/libsexy/receipt Sat Aug 16 18:54:48 2014 +0200 1.3 @@ -9,6 +9,7 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.5 WEB_SITE="http://www.chipx86.com/wiki/Libsexy" 1.6 WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL" 1.7 +HOST_ARCH="i486 arm" 1.8 1.9 DEPENDS="gtk+ xorg-libXdamage" 1.10 BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev" 1.11 @@ -16,13 +17,9 @@ 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./configure \ 1.17 - --prefix=/usr \ 1.18 - --mandir=/usr/share/man \ 1.19 $CONFIGURE_ARGS && 1.20 - make && 1.21 - make DESTDIR=$DESTDIR install 1.22 + make && make install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg.