wok diff tazirc/receipt @ rev 16629
Up: slitaz-arm* packages
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat May 10 14:35:39 2014 +0200 (2014-05-10) |
parents | |
children | d5add2d69322 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/tazirc/receipt Sat May 10 14:35:39 2014 +0200 1.3 @@ -0,0 +1,25 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="tazirc" 1.7 +VERSION="1.0" 1.8 +CATEGORY="network" 1.9 +SHORT_DESC="SliTaz IRC Client and Log Bot." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +LICENSE="BSD" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WEB_SITE="http://www.slitaz.org/" 1.14 +WGET_URL="http://mirror.slitaz.org/sources/tazirc/$TARBALL" 1.15 +HOST_ARCH="i486 arm" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + make && make DESTDIR=$install install 1.21 +} 1.22 + 1.23 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.24 +genpkg_rules() 1.25 +{ 1.26 + mkdir -p $fs 1.27 + cp -a $install/* $fs 1.28 +}