wok view orpheus/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents 0a4f92caca22
children 8bd6cba570aa
line source
1 # SliTaz package receipt.
3 PACKAGE="orpheus"
4 VERSION="1.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Ncurses based audio player"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 DEPENDS="ncurses libvorbis libogg libxml2 zlib"
9 SUGGESTED="mpg123"
10 BUILD_DEPENDS="autoconf automake libvorbis-dev libogg-dev"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://thekonst.net/en/orpheus"
13 WGET_URL="http://thekonst.net/download/$TARBALL"
14 TAGS="audio sound music player"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 unset CFLAGS CXXFLAGS
21 ./configure &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }