wok-6.x view geany-dev/receipt @ rev 17798
Add mate-settings-daemon
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Fri Mar 20 20:01:49 2015 -0300 (2015-03-20) |
parents | c7ce5e74f144 |
children | fc9203de5ff2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="geany-dev"
4 VERSION="1.23.1"
5 CATEGORY="development"
6 SHORT_DESC="Geany devel files needed to build plugins."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="geany"
10 WEB_SITE="http://geany.uvena.de/"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/geany
17 cp -a $install/usr/lib/geany/*.*a $fs/usr/lib/geany
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }