wok annotate wol/receipt @ rev 13217
Add TiMidity++ (libao 1.1.0)
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Aug 11 16:11:48 2012 +0000 (2012-08-11) |
parents | |
children | 2a21689b0af7 |
rev | line source |
---|---|
pascal@11228 | 1 # SliTaz package receipt. |
pascal@11228 | 2 |
pascal@11228 | 3 PACKAGE="wol" |
pascal@11228 | 4 VERSION="0.7.1" |
pascal@11228 | 5 CATEGORY="network" |
pascal@11228 | 6 SHORT_DESC="wol implements Wake On LAN functionality in a small program." |
pascal@11228 | 7 MAINTAINER="l.lemarinel@gmail.com" |
pascal@11228 | 8 TARBALL="${PACKAGE}-${VERSION}.tar.gz" |
pascal@11228 | 9 WGET_URL="$SF_MIRROR/ahh/$TARBALL" |
pascal@11228 | 10 WEB_SITE="http://wake-on-lan.sourceforge.net/" |
pascal@11228 | 11 BUILD_DEPENDS="" |
pascal@11228 | 12 DEPENDS="" |
pascal@11228 | 13 |
pascal@11228 | 14 # Rules to configure and make the package. |
pascal@11228 | 15 compile_rules() |
pascal@11228 | 16 { |
pascal@11228 | 17 cd $src |
pascal@11228 | 18 ./configure $CONFIGURE_ARGS && |
pascal@11228 | 19 make && make install |
pascal@11228 | 20 } |
pascal@11228 | 21 |
pascal@11228 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11228 | 23 genpkg_rules() |
pascal@11228 | 24 { |
pascal@11228 | 25 mkdir -p $fs/usr |
pascal@11228 | 26 cp -a $install/usr/bin $fs/usr |
pascal@11228 | 27 } |