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

libtorrent: fix rtorrent building for non-64bit archs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun May 27 12:13:53 2018 +0300 (2018-05-27)
parents d0308bf5ec4a
children cd7906120828
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 compile_rules() {
14 mksit.sh \
15 -f /usr/share/icons/hydroxygen \
16 -t $install/usr/share/icons/SliTaz-Hydroxygen \
17 -opmax
18 }
20 genpkg_rules() {
21 copy @std
22 }