wok-next view eom-dev/receipt @ rev 18892

remove: tazpanel-ttf-css, tazpanel-theme-sandfive(in wok-backports)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Fri Feb 12 20:27:04 2016 +0000 (2016-02-12)
parents e769b3202a0f
children
line source
1 # SliTaz package receipt.
3 PACKAGE="eom-dev"
4 VERSION="1.9.0"
5 CATEGORY="libdevel"
6 LICENSE="GPL"
7 SHORT_DESC="MATE's default image viewer, devel files."
8 MAINTAINER="yuripourre@gmail.com"
9 WANTED="eom"
10 DEPENDS="eom"
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib/$WANTED/plugins/ $fs/usr/include
15 cp -a $install/usr/lib/$WANTED/plugins/*.la $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include/* $fs/usr/include
18 }