wok annotate shell-fm/receipt @ rev 6488
Added parted of squashfs patch for kernel that was missing. I think its need since unlzma cause kernel oops. Its changes CONFIG_DECOMPRESS_LZMA to obj instead of a lib. I hope this didn't screw squashfs/kernel.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 30 19:35:44 2010 +0000 (2010-09-30) |
parents | 41b67c175e37 |
children | 726947f9394d |
rev | line source |
---|---|
jozee@2871 | 1 # SliTaz package receipt. |
jozee@2871 | 2 |
jozee@2871 | 3 PACKAGE="shell-fm" |
jozee@2871 | 4 VERSION="0.6" |
jozee@2871 | 5 CATEGORY="multimedia" |
jozee@2871 | 6 SHORT_DESC="console based player for the streams provided by Last.FM" |
jozee@2871 | 7 MAINTAINER="jozee@slitaz.org" |
pascal@2874 | 8 DEPENDS="libmad libao taglib zlib" |
jozee@2871 | 9 BUILD_DEPENDS="libmad-dev libao-dev libao git" |
pankso@3609 | 10 WEB_SITE="http://nex.scrapping.cc/shell-fm/" |
jozee@2871 | 11 |
jozee@2871 | 12 # Rules to configure and make the package. |
jozee@2871 | 13 compile_rules() |
jozee@2871 | 14 { |
jozee@2871 | 15 mkdir $src 2> /dev/null |
jozee@2871 | 16 cd $src |
jozee@2871 | 17 git clone git://github.com/jkramer/shell-fm.git $PACKAGE |
jozee@2871 | 18 cd $PACKAGE |
jozee@2871 | 19 make && |
jozee@2871 | 20 make DESTDIR=$PWD/../_pkg install |
jozee@2871 | 21 } |
jozee@2871 | 22 |
jozee@2871 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2871 | 24 genpkg_rules() |
jozee@2871 | 25 { |
pankso@3609 | 26 mkdir -p $fs/usr |
jozee@2871 | 27 cp -a $_pkg/usr/bin $fs/usr |
jozee@2871 | 28 } |