wok-next diff bridge-utils-dev/receipt @ rev 5274
remove abiword-extras (part of abiword (can still split: only 200k)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Thu Apr 15 09:34:02 2010 -0400 (2010-04-15) |
parents | |
children | 6e2f02f2ed85 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/bridge-utils-dev/receipt Thu Apr 15 09:34:02 2010 -0400 1.3 @@ -0,0 +1,22 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="bridge-utils-dev" 1.7 +VERSION="1.4" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="IEEE 802.1d ethernet bridging dev files‡" 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +DEPENDS="" 1.12 +BUILD_DEPENS="autoconf automake" 1.13 +TARBALL="${PACKAGE}-${VERSION}.tar.gz" 1.14 +WEB_SITE="http://www.linuxfoundation.org/en/Net:Bridge" 1.15 +WANTED="bridge-utils" 1.16 + 1.17 + 1.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.19 +genpkg_rules() 1.20 +{ 1.21 + mkdir -p $fs/usr/lib 1.22 + cp -a $_pkg/usr/include $fs/usr 1.23 + cp -a $_pkg/usr/lib $fs/usr 1.24 +} 1.25 +