wok-current diff xcursor-comix/receipt @ rev 18915
Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 06:53:25 2016 -0300 (2016-02-24) |
parents | |
children | 40fab26c175d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcursor-comix/receipt Wed Feb 24 06:53:25 2016 -0300 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcursor-comix" 1.7 +VERSION="0.8.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Comix cursor theme" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://www.kde-look.org/content/show.php/ComixCursors?content=32627" 1.13 +TARBALL="ComixCursors-$VERSION.tar.bz2" 1.14 +WGET_URL="http://www.limitland.de/downloads/comixcursors/$TARBALL" 1.15 +TAGS="cursor-theme" 1.16 + 1.17 +DEPENDS="xorg-libXcursor" 1.18 +BUILD_DEPENDS="" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +genpkg_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr/share/icons 1.24 + cp -a $src/* $fs/usr/share/icons 1.25 +}