wok view oxygen-icons/receipt @ rev 17213

Up pgadmin (1.18.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 10 16:34:25 2014 +0200 (2014-10-10)
parents
children 92f6d4a38df0
line source
1 # SliTaz package receipt.
3 PACKAGE="oxygen-icons"
4 VERSION="4.4.2"
5 CATEGORY="misc"
6 SHORT_DESC="Oxygen icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="http://www.kde.org/"
10 TARBALL="${PACKAGE}_${VERSION}.orig.tar.gz"
11 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/$PACKAGE/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/icons/oxygen
17 for size in 16 22 32 48; do
18 cp -a $src/${size}x$size $fs/usr/share/icons/oxygen
19 done
20 cp -a $src/index.theme $fs/usr/share/icons/oxygen
21 }