wok view xapian-dev/receipt @ rev 22434

Add sshrc (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Dec 21 12:20:01 2019 +0100 (2019-12-21)
parents a78610b2eb47
children 190956005f2c
line source
1 # SliTaz package receipt.
3 PACKAGE="xapian-dev"
4 VERSION="1.4.13"
5 CATEGORY="development"
6 SHORT_DESC="An Open Source Search Engine Library - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://xapian.org/"
11 DEPENDS="xapian"
12 WANTED="xapian"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 mkdir -p $fs/usr/share
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*a $fs/usr/lib
22 cp -a $install/usr/lib/cmake $fs/usr/lib
23 cp -a $install/usr/share/aclocal $fs/usr/share
24 }