wok view evolution-data-server-dev/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents b16889911be6
children
line source
1 # SliTaz package receipt.
3 PACKAGE="evolution-data-server-dev"
4 VERSION="2.28.1"
5 CATEGORY="development"
6 SHORT_DESC="Integrated mail, addressbook and calendaring, server developement files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://projects.gnome.org/evolution/download.shtml"
10 WANTED="evolution-data-server"
12 DEPENDS="evolution-data-server pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/evolution-data-server-1.2 $fs/usr/lib
25 # Clean unwated files
26 cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \;
28 }