wok view libstroke-dev/receipt @ rev 23351

Up slitaz-icons-paper (1.5.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 31 10:49:33 2020 +0200 (2020-03-31)
parents 6eff489aa802
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libstroke-dev"
4 VERSION="0.5.1"
5 CATEGORY="development"
6 SHORT_DESC="libstroke devel files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="libstroke"
10 WEB_SITE="https://web.archive.org/web/20161204100704/http://etla.net/libstroke/"
12 DEPENDS="libstroke"
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 }