wok view evince-dev/receipt @ rev 19049

Fix the name (lives > lives-exe), desktop file.
author Leonardo Laporte <hackdorte@sapo.pt>
date Sun Apr 17 17:33:06 2016 -0300 (2016-04-17)
parents da14a8cdb0bd
children
line source
1 # SliTaz package receipt.
3 PACKAGE="evince-dev"
4 VERSION="2.32.0"
5 CATEGORY="office"
6 SHORT_DESC="Evince developement headers files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://projects.gnome.org/evince/"
10 WANTED="evince"
12 DEPENDS="evince gnome-doc-utils"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/evince/3/backends
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/lib/evince/3/backends/*.*a $fs/usr/lib/evince/3/backends
23 }