wok view libass-dev/receipt @ rev 20267

Up ndiswrapper-driver (1.61), dummynet (20150115)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 15 23:03:13 2018 +0100 (2018-03-15)
parents 6c3718ca17b6
children 86790a278e70
line source
1 # SliTaz package receipt.
3 PACKAGE="libass-dev"
4 VERSION="0.10.0"
5 CATEGORY="development"
6 SHORT_DESC="devel files for libass"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="http://code.google.com/p/libass/"
10 WANTED="libass"
12 DEPENDS="libass 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/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }