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

nginx-extras: typo in dependency
author Nathan Neulinger <nneul@neulinger.org>
date Mon Sep 21 12:28:28 2015 +0000 (2015-09-21)
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 }