wok-current diff xorg-libXmu/receipt @ rev 3441
slitaz-dev-tools: add command update-www (up slitaz website repo)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Jun 14 02:45:16 2009 +0200 (2009-06-14) |
parents | 075898aaed14 |
children | 413b0174114a |
line diff
1.1 --- a/xorg-libXmu/receipt Wed Jul 16 16:20:36 2008 +0000 1.2 +++ b/xorg-libXmu/receipt Sun Jun 14 02:45:16 2009 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXmu" 1.7 -VERSION="1.0.3" 1.8 +VERSION="1.0.4" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Xorg server module." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -13,12 +13,13 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 - ./configure --prefix=/usr --sysconfdir=/etc \ 1.18 - --mandir=/usr/share/man --localstatedir=/var \ 1.19 - $CONFIGURE_ARGS 1.20 - make 1.21 - make DESTDIR=$PWD/_pkg install 1.22 + cd $src 1.23 + ./configure \ 1.24 + --prefix=/usr --sysconfdir=/etc \ 1.25 + --mandir=/usr/share/man --localstatedir=/var \ 1.26 + $CONFIGURE_ARGS 1.27 + make 1.28 + make DESTDIR=$PWD/_pkg install 1.29 } 1.30 1.31 # Rules to gen a SliTaz package suitable for Tazpkg. 1.32 @@ -26,5 +27,4 @@ 1.33 { 1.34 mkdir -p $fs/usr/lib 1.35 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.36 - strip -s $fs/usr/lib/* 1.37 }