wok-6.x view gst-plugins-ugly-dev/receipt @ rev 6914
Added xz to busybox. Doesn't change size of busybox. This is show we can use tar.xz compress for tazpkg files if we want to. Added pre_install and post_remove functions to xz receipt.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 23:49:16 2010 +0000 (2010-10-21) |
parents | 328ad128bd21 |
children | 4238373f947a |
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-ugly-dev"
4 VERSION="0.10.16"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-ugly devel files"
8 MAINTAINER="jozee@slitaz.org"
9 WANTED="gst-plugins-ugly"
10 WEB_SITE="http://gstreamer.freedesktop.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/gstreamer-$SERIES
16 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
18 }