wok-6.x annotate lxde-icon-theme/receipt @ rev 18846
busybox: fix pre_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 23 09:35:16 2016 +0100 (2016-01-23) |
parents | c73f683146cf |
children | 40fab26c175d |
rev | line source |
---|---|
al@17988 | 1 # SliTaz package receipt. |
al@17988 | 2 |
al@17988 | 3 PACKAGE="lxde-icon-theme" |
al@17988 | 4 VERSION="0.5.1" |
al@17988 | 5 CATEGORY="misc" |
al@17992 | 6 SHORT_DESC="LXDE standard icon theme" |
al@17988 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@17988 | 8 LICENSE="LGPL3" |
al@17988 | 9 WEB_SITE="http://www.lxde.org/" |
al@17988 | 10 TARBALL="$PACKAGE-$VERSION.tar.xz" |
al@17988 | 11 WGET_URL="$SF_MIRROR/lxde/$TARBALL" |
al@17992 | 12 TAGS="LXDE" |
al@17988 | 13 |
al@17988 | 14 DEPENDS="" |
al@17988 | 15 BUILD_DEPENDS="coreutils" |
al@17988 | 16 |
al@17988 | 17 # Rules to configure and make the package. |
al@17988 | 18 compile_rules() |
al@17988 | 19 { |
al@17988 | 20 ./configure $CONFIGURE_ARGS && make && make install |
al@17988 | 21 } |
al@17988 | 22 |
al@17988 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@17988 | 24 genpkg_rules() |
al@17988 | 25 { |
al@17988 | 26 cp -a $install/* $fs |
al@17988 | 27 } |