wok-stable annotate slitaz-polar-cursors/receipt @ rev 9852
Add mozplugger. A Mozilla & Firefox multimedia plugin.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 16 01:12:39 2011 +0000 (2011-05-16) |
parents | 285d91808136 |
children |
rev | line source |
---|---|
pankso@259 | 1 # SliTaz package receipt. |
pankso@259 | 2 |
pankso@259 | 3 PACKAGE="slitaz-polar-cursors" |
pankso@259 | 4 VERSION="1.0" |
pankso@259 | 5 CATEGORY="x-window" |
pankso@259 | 6 SHORT_DESC="SliTaz Freedesktop menus." |
pankso@259 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@1546 | 8 BUILD_DEPENDS="xorg-xcursorgen" |
pankso@259 | 9 TARBALL=$PACKAGE-$VERSION.tar.gz |
pankso@259 | 10 WEB_SITE="http://www.slitaz.org/" |
pankso@259 | 11 WGET_URL="ftp://download.tuxfamily.org/slitaz/sources/artwok/$TARBALL" |
pankso@259 | 12 |
pankso@259 | 13 # Rules to configure and make the package. |
pankso@259 | 14 compile_rules() |
pankso@259 | 15 { |
pankso@259 | 16 cd $src/Source |
pankso@259 | 17 ./Build.sh && cd .. |
pankso@259 | 18 mkdir -p _pkg/usr/share/icons/slitaz-polar |
pankso@259 | 19 cp index.theme _pkg/usr/share/icons/slitaz-polar |
pankso@259 | 20 cp -a Source/cursors _pkg/usr/share/icons/slitaz-polar |
pankso@259 | 21 } |
pankso@259 | 22 |
pankso@259 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@259 | 24 genpkg_rules() |
pankso@259 | 25 { |
pankso@259 | 26 mkdir -p $fs/usr/share/icons |
pankso@259 | 27 cp -a stuff/default $fs/usr/share/icons |
pankso@259 | 28 cp -a $_pkg/* $fs |
pankso@259 | 29 chown -R root.root $fs |
pankso@259 | 30 } |
pankso@259 | 31 |