wok diff icewm/receipt @ rev 8120
linux: make sure the real tar is installed.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jan 23 21:51:05 2011 +0000 (2011-01-23) |
parents | |
children | a0ef91b8d352 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/icewm/receipt Sun Jan 23 21:51:05 2011 +0000 1.3 @@ -0,0 +1,36 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="icewm" 1.7 +VERSION="1.3.7pre2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Ice Window Manager with Themes" 1.10 +MAINTAINER="devl547@gmail.com" 1.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.12 +WEB_SITE="http://www.icewm.org/" 1.13 +WGET_URL="$SF_MIRROR/icewm/icewm-1.3/1.3.7pre2/$TARBALL" 1.14 +BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \ 1.15 +xorg-libXpm-dev xorg-libXrender-dev xorg-libXft xorg-libXft-dev xorg-libSM-dev \ 1.16 +xorg-libICE-dev xorg-libXrandr-dev imlib-dev freetype-dev giflib-dev \ 1.17 +xorg-xproto xorg-xextproto xorg-randrproto fontconfig-dev gettext \ 1.18 +gdk-pixbuf-dev pkg-config" 1.19 +DEPENDS="xorg-libX11 xorg-libXrandr xorg-libXext xorg-libXpm \ 1.20 +xorg-libXrender xorg-libXft xorg-libSM xorg-libICE imlib freetype \ 1.21 +gdk-pixbuf giflib gettext" 1.22 + 1.23 +# Rules to configure and make the package. 1.24 +compile_rules() 1.25 +{ 1.26 + cd $src 1.27 + ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \ 1.28 + --localstatedir=/var --mandir=/usr/share/man --disable-i18n && 1.29 + make && 1.30 + make DESTDIR=$PWD/_pkg install 1.31 +} 1.32 + 1.33 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.34 +genpkg_rules() 1.35 +{ 1.36 + mkdir -p $fs/usr/ 1.37 + cp -a $_pkg/usr/bin $fs/usr 1.38 + cp -a $_pkg/usr/share $fs/usr 1.39 +}