wok-current diff xcursor-aero/receipt @ rev 18395
open-vm-tools: add missing dep linux-module-headers
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sat Sep 19 01:56:55 2015 +0000 (2015-09-19) |
parents | |
children | 40fab26c175d |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xcursor-aero/receipt Sat Sep 19 01:56:55 2015 +0000 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="xcursor-aero" 1.7 +VERSION="0.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Aero cursor theme" 1.10 +MAINTAINER="al.bobylev@gmail.com" 1.11 +LICENSE="GPL" 1.12 +WEB_SITE="http://www.xfce-look.org/content/show.php/Aero+Mouse+Cursors+with+Drop+Shadow?content=67833" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WGET_URL="http://www.infinality.net/files/aero.tar.gz" 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/aero 1.24 + cp -a $src/* $fs/usr/share/icons/aero 1.25 +}