wok-4.x view mplayer-skins/receipt @ rev 6928
Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 22:36:22 2010 +0000 (2010-10-22) |
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 }