wok view libsamplerate-dev/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents bf6fd97b33ab
children a41e67c53243
line source
1 # SliTaz package receipt.
3 PACKAGE="libsamplerate-dev"
4 VERSION="0.1.7"
5 CATEGORY="development"
6 SHORT_DESC="Devel files from the Sample Rate Converter for audio."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="libsamplerate"
9 WANTED="libsamplerate"
10 WEB_SITE="http://www.mega-nerd.com/SRC/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }