wok-next view slitaz-icons-hydroxygen/receipt @ rev 20405

Follow BLFS Chapter 9 "General Libraries": up apr, apr-util, aspell, autoconf213 (for js), dbus-glib, enchant, exempi, fftw, glib, glibmm, gmime, gobject-introspection, gsl, js, libboost.

js is 39.7MB / 87.6MB now. Looks like it's proper time to kick off polkit (Hi, Xander! You was right.)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 17:39:40 2017 +0200 (2017-12-07)
parents 40fab26c175d
children 2f03cb67a994
line source
1 # SliTaz package receipt v2.
3 PACKAGE="slitaz-icons-hydroxygen"
4 VERSION="20090119"
5 CATEGORY="customization"
6 SHORT_DESC="SliTaz icon set based on the Hydroxygen icons"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="CC GPL"
9 WEB_SITE="http://www.slitaz.org/"
11 BUILD_DEPENDS="hydroxygen-iconset make-slitaz-icons"
13 # Rules to compile and makethe package.
14 compile_rules() {
15 mksit.sh \
16 -f /usr/share/icons/hydroxygen \
17 -t $fs/usr/share/icons/SliTaz-Hydroxygen \
18 -opmax
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 copy @std
25 }