wok annotate dahdi/receipt @ rev 6612
Fixed giflib-dev, jpeg-dev, libpng-dev, tiff-dev, and zlib-dev. I made there wanted package be depends also since you need the .so files to compile things also most of the time.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Oct 09 19:37:19 2010 +0000 (2010-10-09) |
parents | f198af80a1ab |
children | 8fcfea17170e |
rev | line source |
---|---|
pascal@4102 | 1 # SliTaz package receipt. |
pascal@4102 | 2 |
pascal@4102 | 3 PACKAGE="dahdi" |
pascal@4102 | 4 VERSION="1.0" |
pascal@4102 | 5 CATEGORY="meta" |
pascal@4102 | 6 SHORT_DESC="Digium Asterisk Hardware Device Interface." |
pascal@4102 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@4102 | 8 WEB_SITE="http://www.asterisk.org/" |
pascal@4102 | 9 DEPENDS="dahdi-linux dahdi-tools" |
pascal@4102 | 10 PROVIDE="zaptel" |
pascal@4102 | 11 |
pascal@4102 | 12 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4102 | 13 genpkg_rules() |
pascal@4102 | 14 { |
pascal@4102 | 15 true |
pascal@4102 | 16 } |