wok-current rev 4148
Remove xfce-mcs*
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sun Sep 20 14:01:08 2009 +0000 (2009-09-20) |
parents | ea89b0d8d74f |
children | 2493c3e25c20 |
files | xfce-mcs-manager-dev/receipt xfce-mcs-manager/receipt xfce-mcs-plugins/receipt |
line diff
1.1 --- a/xfce-mcs-manager-dev/receipt Sun Sep 20 14:00:03 2009 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,19 +0,0 @@ 1.4 -# SliTaz package receipt." 1.5 - 1.6 -PACKAGE="xfce-mcs-manager-dev" 1.7 -VERSION="4.4.3" 1.8 -CATEGORY="development" 1.9 -SHORT_DESC="Xfce settings managers dev files" 1.10 -MAINTAINER="erjo@slitaz.org" 1.11 -DEPENDS="xfce-mcs-manager" 1.12 -WANTED="xfce-mcs-manager" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 -WEB_SITE="http://www.xfce.org" 1.15 - 1.16 -genpkg_rules() 1.17 -{ 1.18 - mkdir -p $fs/usr/lib 1.19 - 1.20 - cp -a $_pkg/usr/include $fs/usr 1.21 - cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 1.22 -}
2.1 --- a/xfce-mcs-manager/receipt Sun Sep 20 14:00:03 2009 +0000 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,35 +0,0 @@ 2.4 -# SliTaz package receipt. 2.5 - 2.6 -PACKAGE="xfce-mcs-manager" 2.7 -VERSION="4.4.3" 2.8 -CATEGORY="x-window" 2.9 -SHORT_DESC="Xfce settings managers" 2.10 -MAINTAINER="erjo@slitaz.org" 2.11 -DEPENDS="libxfcegui4 libxfce4mcs xorg-libXdamage" 2.12 -BUILD_DEPENDS="libxfcegui4-dev libxfce4mcs-dev" 2.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.14 -WEB_SITE="http://www.xfce.org" 2.15 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 2.16 - 2.17 -# Rules to configure and make the package. 2.18 -compile_rules() 2.19 -{ 2.20 - cd $src 2.21 - ./configure --prefix=/usr \ 2.22 - --infodir=/usr/share/info \ 2.23 - --enable-debug=no $CONFIGURE_ARGS && \ 2.24 - make && make DESTDIR=$PWD/_pkg install 2.25 -} 2.26 - 2.27 -# Rules to gen a SliTaz package suitable for Tazpkg. 2.28 -genpkg_rules() 2.29 -{ 2.30 - mkdir -p $fs/usr \ 2.31 - $fs/usr/share/locale 2.32 - 2.33 - cp -a $_pkg/usr/bin $fs/usr 2.34 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 2.35 - cp -a $_pkg/usr/share/applications $fs/usr/share 2.36 - cp -a $_pkg/usr/share/icons $fs/usr/share 2.37 -} 2.38 -
3.1 --- a/xfce-mcs-plugins/receipt Sun Sep 20 14:00:03 2009 +0000 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,40 +0,0 @@ 3.4 -# SliTaz package receipt. 3.5 - 3.6 -PACKAGE="xfce-mcs-plugins" 3.7 -VERSION="4.4.3" 3.8 -CATEGORY="x-window" 3.9 -SHORT_DESC="Xfce setting manager plugins" 3.10 -MAINTAINER="erjo@slitaz.org" 3.11 -DEPENDS="libxfcegui4 xfce-mcs-manager xorg-libXrandr xorg-libXdamage" 3.12 -BUILD_DEPENDS="libxfcegui4-dev xfce-mcs-manager-dev xorg-libXrandr" 3.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 3.14 -WEB_SITE="http://www.xfce.org" 3.15 -WGET_URL="http://www.p0llux.be/xfce/xfce-4.4.3/src/$TARBALL" 3.16 - 3.17 -# Rules to configure and make the package. 3.18 -compile_rules() 3.19 -{ 3.20 - cd $src 3.21 - ./configure --prefix=/usr \ 3.22 - --infodir=/usr/share/info \ 3.23 - --disable-debug \ 3.24 - --enable-xrandr \ 3.25 - --mandir=/usr/share/man $CONFIGURE_ARGS && \ 3.26 - make && make DESTDIR=$PWD/_pkg install 3.27 -} 3.28 - 3.29 -# Rules to gen a SliTaz package suitable for Tazpkg. 3.30 -genpkg_rules() 3.31 -{ 3.32 - mkdir -p $fs/usr \ 3.33 - $fs/usr/share/locale \ 3.34 - $fs/usr/lib/xfce4/mcs-plugins 3.35 - 3.36 - 3.37 - cp -a $_pkg/usr/lib/xfce4/mcs-plugins/*.so* $fs/usr/lib/xfce4/mcs-plugins 3.38 - cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale 3.39 - cp -a $_pkg/usr/share/applications $fs/usr/share 3.40 - cp -a $_pkg/usr/share/icons $fs/usr/share 3.41 - cp -a $_pkg/usr/share/xfce-* $fs/usr/share 3.42 -} 3.43 -