wok diff nomad/receipt @ rev 1292
Remove boost + boost-dev replaced by libboost-*
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Aug 21 15:37:21 2008 +0200 (2008-08-21) |
parents | |
children | e6114fcaafb8 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/nomad/receipt Thu Aug 21 15:37:21 2008 +0200 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="nomad" 1.7 +VERSION="0.1" 1.8 +CATEGORY="extra" 1.9 +SHORT_DESC="user friendly wifi configure for nomads." 1.10 +MAINTAINER="sygne@ombres.eu" 1.11 +DEPENDS="gtkdialog wireless_tools" 1.12 + 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + mkdir -p $fs/usr/sbin 1.18 + cp -a stuff/nomad $fs/usr/sbin/ 1.19 + cp -a stuff/nomadbox $fs/usr/sbin/ 1.20 + 1.21 + mkdir $fs/etc 1.22 + cp -a stuff/nomad.conf $fs/etc/ 1.23 +} 1.24 +