wok-6.x annotate ncmpc/receipt @ rev 19587
Up node (0.12.18)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 28 13:05:40 2016 +0100 (2016-12-28) |
parents | 408c87fa22ca |
children | 6e8b1bcb30e2 |
rev | line source |
---|---|
paul@1377 | 1 # SliTaz package receipt. |
paul@1377 | 2 |
paul@1377 | 3 PACKAGE="ncmpc" |
pankso@16103 | 4 VERSION="0.21" |
paul@1377 | 5 CATEGORY="multimedia" |
paul@1377 | 6 SHORT_DESC="A ncurses MPD client." |
paul@1377 | 7 MAINTAINER="paul@slitaz.org" |
pascal@15001 | 8 LICENSE="GPL2" |
pascal@10615 | 9 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@16103 | 10 WEB_SITE="http://www.musicpd.org/clients/ncmpc/" |
pankso@16103 | 11 WGET_URL="http://www.musicpd.org/download/ncmpc/0/$TARBALL" |
jozee@4969 | 12 TAGS="music player" |
pankso@16103 | 13 HOST_ARCH="i486 arm" |
paul@1377 | 14 |
pascal@15001 | 15 DEPENDS="mpd glib ncurses libmpdclient" |
pankso@16103 | 16 BUILD_DEPENDS="glib-dev ncurses-dev libmpdclient-dev" |
pascal@15001 | 17 |
paul@1377 | 18 # Rules to configure and make the package. |
paul@1377 | 19 compile_rules() |
paul@1377 | 20 { |
paul@1377 | 21 ./configure \ |
pankso@16103 | 22 $CONFIGURE_ARGS && |
slaxemulator@10204 | 23 make && make install |
paul@1377 | 24 } |
paul@1377 | 25 |
paul@1377 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
paul@1377 | 27 genpkg_rules() |
paul@1377 | 28 { |
paul@1377 | 29 mkdir -p $fs/usr/share/ncmpc |
slaxemulator@10881 | 30 cp -a $install/usr/bin $fs/usr |
paul@1377 | 31 } |
paul@1377 | 32 |