wok-next diff elementary-icon-theme/receipt @ rev 19681
Up cookutils, cups, fontconfig, gtk+, ijs, paper-icon-theme, poppler, qpdf.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Apr 07 17:30:10 2017 +0300 (2017-04-07) |
parents | |
children | d0308bf5ec4a |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/elementary-icon-theme/receipt Fri Apr 07 17:30:10 2017 +0300 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="elementary-icon-theme" 1.7 +VERSION="4.0.2" 1.8 +CATEGORY="customization" 1.9 +SHORT_DESC="Smooth modern theme designed to be intuitive" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL3" 1.12 +WEB_SITE="https://launchpad.net/elementaryicons" 1.13 + 1.14 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.15 +WGET_URL="$WEB_SITE/${VERSION%%.*}.x/$VERSION/+download/$TARBALL" 1.16 + 1.17 +#BUILD_DEPENDS="wget cacerts" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + mkdir -p $install/usr/share/icons/elementary 1.23 + cp -a $src/* $install/usr/share/icons/elementary 1.24 +} 1.25 + 1.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/* $fs 1.30 +}