wok-next view tazbug/receipt @ rev 20494

make-slitaz-icons: in multiple choice for 16px request: if 16px and scalable icons both are available, try to choose 16px one, but not the first caught.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 13 23:17:56 2018 +0200 (2018-03-13)
parents dd299a20bd7b
children cd7906120828
line source
1 # SliTaz package receipt.
3 PACKAGE="tazbug"
4 VERSION="95"
5 CATEGORY="network"
6 SHORT_DESC="SliTaz Bug Tracker - Client side tools"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://bugs.slitaz.org/"
10 TAGS="slitaz"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="http://hg.slitaz.org/tazbug/archive/$VERSION.tar.bz2"
15 DEPENDS="busybox gettext-base slitaz-base-files"
16 BUILD_DEPENDS="gettext"
17 SIBLINGS="tazbug-website"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 make && make DESTDIR=$DESTDIR install
23 }
25 genpkg_rules()
26 {
27 cp -a $install/* $fs
28 chown -R root.root $fs
29 }