wok-current view fluidsynth-dev/receipt @ rev 6848
Fix depends: Remove xorg-xf86-input-evdev & xorg-xf86-video-vesa from xorg-server depends and put them as suggested - xorg can use other drivers
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Wed Oct 20 12:31:54 2010 +0200 (2010-10-20) |
parents | |
children | b728ff36a894 |
line source
1 # SliTaz package receipt.
3 PACKAGE="fluidsynth-dev"
4 VERSION="1.1.1"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="fluidsynth devel files"
8 WEB_SITE="http://www.fluidsynth.org/"
9 WANTED="fluidsynth"
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/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }