wok-stable annotate shell-fm/receipt @ rev 9033
Fixed httpfs-fuse.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Mar 03 17:13:53 2011 +0000 (2011-03-03) |
parents | 0e5cc0711b9e |
children | b6ee6ce18904 |
rev | line source |
---|---|
jozee@2871 | 1 # SliTaz package receipt. |
jozee@2871 | 2 |
jozee@2871 | 3 PACKAGE="shell-fm" |
ben@7891 | 4 VERSION="0.7" |
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" |
slaxemulator@7914 | 9 BUILD_DEPENDS="libmad-dev libao-dev libao git pkg-config" |
pankso@3609 | 10 WEB_SITE="http://nex.scrapping.cc/shell-fm/" |
gokhlayeh@8570 | 11 WGET_URL="git|git://github.com/jkramer/shell-fm.git" |
gokhlayeh@8570 | 12 BRANCH="v${VERSION}" |
jozee@2871 | 13 |
jozee@2871 | 14 # Rules to configure and make the package. |
jozee@2871 | 15 compile_rules() |
jozee@2871 | 16 { |
jozee@2871 | 17 cd $src |
jozee@2871 | 18 make && |
slaxemulator@7914 | 19 make DESTDIR=$PWD/_pkg install |
jozee@2871 | 20 } |
jozee@2871 | 21 |
jozee@2871 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2871 | 23 genpkg_rules() |
jozee@2871 | 24 { |
pankso@3609 | 25 mkdir -p $fs/usr |
jozee@2871 | 26 cp -a $_pkg/usr/bin $fs/usr |
jozee@2871 | 27 } |