wok view eom-dev/receipt @ rev 19702

Mv grub/stuff/splash.xpm.gz to slitaz-configs to have a splash image on HD install (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 14 12:15:09 2017 +0100 (2017-02-14)
parents e769b3202a0f
children fc9203de5ff2
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 }