wok view eom-dev/receipt @ rev 17985
seamonkey: enable spell check
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Tue Apr 21 02:29:12 2015 -0400 (2015-04-21) |
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 }