wok-6.x diff libsexy/receipt @ rev 16433
glibc-base: Russian locale moved to "locale-ru"; slitaz-i18n: more locales to choose; locale-ru: some changes in the icons.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 18 13:49:58 2014 +0300 (2014-04-18) |
parents | 76b72f1ad63c |
children | eeba7ab1dffe |
line diff
1.1 --- a/libsexy/receipt Sat Aug 10 11:00:21 2013 +0000 1.2 +++ b/libsexy/receipt Fri Apr 18 13:49:58 2014 +0300 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.