wok-undigest annotate guichan-dev/receipt @ rev 188

Removed exiftool and mdk3. There in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 12:01:30 2010 +0000 (2010-12-09)
parents
children
rev   line source
devl547@111 1 # SliTaz package receipt.
devl547@111 2
devl547@111 3 PACKAGE="guichan-dev"
devl547@111 4 VERSION="0.8.2"
devl547@111 5 CATEGORY="development"
devl547@111 6 SHORT_DESC="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
devl547@111 7 MAINTAINER="devl547@gmail.com"
devl547@111 8 WEB_SITE="http://guichan.sourceforge.net/"
devl547@111 9 WANTED="guichan"
devl547@111 10
devl547@111 11 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@111 12 genpkg_rules()
devl547@111 13 {
devl547@111 14 mkdir -p $fs/usr/lib
devl547@111 15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
devl547@111 16 cp -a $_pkg/usr/include $fs/usr
devl547@111 17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
devl547@111 18 }
devl547@111 19