wok-next view libgtkhtml-dev/receipt @ rev 6891
Fixed cups. Needed to add --enable-dbus and --with-dbusdir=/etc/dbus-1 for there to be a /etc/dbus-1 folder to copy to package.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Oct 21 02:47:40 2010 +0000 (2010-10-21) |
parents | |
children | 6039547b0d89 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libgtkhtml-dev"
4 VERSION="2.11.1"
5 CATEGORY="development"
6 SHORT_DESC="libgtkhtml devel files."
7 WEB_SITE="http://freshmeat.net/projects/libgtkhtml/"
8 MAINTAINER="rcx@zoominternet.net"
9 WANTED="libgtkhtml"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
16 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $_pkg/usr/include $fs/usr
18 }