wok view granite-demo/receipt @ rev 15863

audacious-plugins: update TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 30 09:14:06 2014 +0000 (2014-01-30)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="granite-demo"
4 VERSION="0.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Demo for granite"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="LGPL3"
9 WEB_SITE="https://launchpad.net/granite"
11 WANTED="granite"
12 DEPENDS="granite"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/bin $fs/usr
19 }