wok view liboobs/receipt @ rev 17299

Add fish
Add fish-doc

This adds support and documentation for the latest fish release.
author necrophcodr <tcg.thegamer@gmail.com>
date Thu Oct 30 22:39:29 2014 +0100 (2014-10-30)
parents
children c0ce132ba4ee
line source
1 # SliTaz package receipt.
3 PACKAGE="liboobs"
4 VERSION="2.32.0"
5 CATEGORY="system"
6 SHORT_DESC="Object Oriented Backends System"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://developer.gnome.org/liboobs/stable"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
13 DEPENDS="dbus dbus-glib glib glibc-base libffi pcre system-tools-backends"
14 BUILD_DEPENDS="dbus-glib-dev glib-dev system-tools-backends"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib
26 cp -a $install/usr/lib/*.so* $fs/usr/lib
27 }