wok-next view oxygen-icons/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents 0709fcf9b0d7
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="oxygen-icons"
4 VERSION="4.8.3"
5 CATEGORY="customization"
6 SHORT_DESC="Oxygen icon theme"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://www.kde.org/"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.xz"
12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/main/o/oxygen-icons/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr/share/icons/oxygen
16 for size in 16 22 48; do
17 cp -a $src/${size}x$size $install/usr/share/icons/oxygen
18 done
19 cp -a $src/index.theme $install/usr/share/icons/oxygen
20 }
22 genpkg_rules() {
23 copy @std
24 }