wok view libsamplerate-dev/receipt @ rev 20355

syslinux: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 09 17:09:08 2018 +0200 (2018-06-09)
parents f9588901ecdc
children f2a4bea2538f
line source
1 # SliTaz package receipt.
3 PACKAGE="libsamplerate-dev"
4 VERSION="0.1.8"
5 CATEGORY="development"
6 SHORT_DESC="Devel files from the Sample Rate Converter for audio."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="libsamplerate"
10 WEB_SITE="http://www.mega-nerd.com/SRC/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="libsamplerate pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 }