wok-6.x annotate dahdi-ppp/receipt @ rev 18549
Up freetype(2.6.1) (latest) with subpixel rendering available.
Good-looking and clear fonts for TFT screen without the need for freetype-infinality.
Good-looking and clear fonts for TFT screen without the need for freetype-infinality.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Nov 07 14:03:13 2015 +0200 (2015-11-07) |
parents | 35e1381d79b6 |
children | 29d39c79090b |
rev | line source |
---|---|
pascal@4102 | 1 # SliTaz package receipt. |
pascal@4102 | 2 |
pascal@4102 | 3 PACKAGE="dahdi-ppp" |
pascal@13872 | 4 VERSION="2.6.1" |
pascal@4102 | 5 CATEGORY="network" |
pascal@4102 | 6 SHORT_DESC="Digium Asterisk Hardware Device Interface PPP plugin." |
pascal@4102 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15202 | 8 LICENSE="GPL2" |
pascal@4102 | 9 WEB_SITE="http://www.asterisk.org/" |
pascal@13872 | 10 WANTED="dahdi-tools" |
pascal@13872 | 11 |
pascal@4102 | 12 DEPENDS="ppp" |
pascal@4102 | 13 |
pascal@4102 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@4102 | 15 genpkg_rules() |
pascal@4102 | 16 { |
pascal@4102 | 17 mkdir -p $fs/usr/lib |
pascal@13872 | 18 cp -a $install/usr/lib/pppd $fs/usr/lib |
pascal@4102 | 19 } |