wok-next view libxdg-basedir/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents 5841522533ec
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libxdg-basedir"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Implements functions for the XDG Base Directory specification"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/devnev/libxdg-basedir"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/devnev/$PACKAGE/archive/$TARBALL"
14 BUILD_DEPENDS="autoconf automake libtool"
15 SPLIT="$PACKAGE-dev"
17 compile_rules() {
18 unset CFLAGS
19 ./autogen.sh \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libxdg-basedir) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }