wok-next view tcc-common/receipt @ rev 7771

Removed gdk-pixbuf.loaders in gtk+ package. It could cause other plugins to be listed then the ones installed on newer installs.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 21:23:10 2010 +0000 (2010-12-22)
parents 2f9a90706449
children ca0901691a7a
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-common"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C Compiler, common files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/$PACKAGE/"
9 WANTED="tcc"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/include
15 cp -a $_pkg/usr/lib $fs/usr
16 mv $fs/usr/lib/tcc/include/libtcc.h $fs/usr/include
17 }