wok-4.x annotate ppp-dev/receipt @ rev 6560

Added cinepaint. For painting and retouching bitmap frames of films.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Oct 07 23:15:46 2010 +0000 (2010-10-07)
parents 4736cbc67cec
children
rev   line source
pascal@4101 1 # SliTaz package receipt.
pascal@4101 2
pascal@4101 3 PACKAGE="ppp-dev"
jozee@5100 4 VERSION="2.4.5"
pascal@4101 5 CATEGORY="development"
pascal@4101 6 SHORT_DESC="Point-to-Point Protocol (PPP) development files."
pascal@4101 7 MAINTAINER="pankso@slitaz.org"
pascal@4101 8 WEB_SITE="http://ppp.samba.org/"
pascal@4101 9 WANTED="ppp"
pascal@4101 10
pascal@4101 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4101 12 genpkg_rules()
pascal@4101 13 {
pascal@4101 14 mkdir -p $fs/usr
pascal@4101 15 cp -a $_pkg/usr/include $fs/usr
pascal@4101 16 }