wok view rarian-dev/receipt @ rev 15694

Fix end of line
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 10:59:56 2013 +0100 (2013-12-21)
parents 5286a067ac76
children 6135577f4d08
line source
1 # SliTaz package receipt.
3 PACKAGE="rarian-dev"
4 VERSION="0.8.1"
5 CATEGORY="development"
6 SHORT_DESC="devel files for rarian"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="GPL2 LGPL2.1"
9 WEB_SITE="http://rarian.freedesktop.org/"
10 WANTED="rarian"
12 DEPENDS="rarian pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 }