wok annotate libmatekbd/receipt @ rev 19563
linld: fix previous commit
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 17 19:13:29 2016 +0100 (2016-12-17) |
parents | f742a7b4297b |
children | 5ea0ce1cecc0 |
rev | line source |
---|---|
yuripourre@17796 | 1 # SliTaz package receipt. |
yuripourre@17796 | 2 |
yuripourre@17796 | 3 PACKAGE="libmatekbd" |
yuripourre@17796 | 4 VERSION="1.9.1" |
yuripourre@17796 | 5 CATEGORY="utilities" |
yuripourre@17796 | 6 LICENSE="GPL3" |
yuripourre@17796 | 7 SHORT_DESC="Keyboard library for MATE Desktop." |
yuripourre@17796 | 8 MAINTAINER="yuripourre@gmail.com" |
yuripourre@17796 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
yuripourre@17796 | 10 WEB_SITE="http://www.mate-desktop.org/" |
yuripourre@17796 | 11 WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL" |
yuripourre@18280 | 12 TAGS="MATE" |
yuripourre@17801 | 13 DEPENDS="gtk+ iso-codes dconf libxklavier" |
yuripourre@17796 | 14 BUILD_DEPENDS="wget gtk+-dev autoconf automake libtool itstool gtk-doc \ |
yuripourre@17796 | 15 mate-common-dev dconf-dev libxklavier-dev" |
yuripourre@17796 | 16 |
yuripourre@17796 | 17 # Rules to configure and make the package. |
yuripourre@17796 | 18 compile_rules() |
yuripourre@17796 | 19 { |
yuripourre@17796 | 20 ./autogen.sh \ |
yuripourre@17796 | 21 --prefix=/usr \ |
yuripourre@17796 | 22 --sysconfdir=/etc \ |
yuripourre@17796 | 23 --localstatedir=/var \ |
yuripourre@17796 | 24 --disable-static \ |
yuripourre@17796 | 25 $CONFIGURE_ARGS && |
yuripourre@17796 | 26 make && |
yuripourre@17796 | 27 make DESTDIR=$DESTDIR install |
yuripourre@17796 | 28 } |
yuripourre@17796 | 29 |
yuripourre@17796 | 30 genpkg_rules() |
yuripourre@17796 | 31 { |
yuripourre@17796 | 32 mkdir -p $fs/usr/share $fs/usr/lib |
yuripourre@17796 | 33 cp -a $install/usr/share $fs/usr |
yuripourre@17796 | 34 cp -a $install/usr/lib/*.so* $fs/usr/lib |
yuripourre@17796 | 35 } |