wok view mplayer-skins/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents e064f7b0de1d
children 39c37202c486
line source
1 # SliTaz package receipt.
3 PACKAGE="mplayer-skins"
4 VERSION="1.0rc3"
5 CATEGORY="multimedia"
6 SHORT_DESC="MPlayer skin selection for SliTaz."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="mplayer"
9 WEB_SITE="http://www.mplayerhq.hu/design7/news.html"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/share/mplayer/skins
15 for i in stuff/*.tar.bz2
16 do
17 tar xjf $i -C $fs/usr/share/mplayer/skins
18 done
19 }