wok-next view texinfo/receipt @ rev 20018

Add libxkbcommon-wayland, screengrab, wayland-protocols; up compton, dbus, libdbusmenu-qt, libstatgrab, libxkbcommon, lm-sensors, lxterminal, menu-cache, qjson, qlipper, qps, upower, xdg-user-dirs.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 22 04:01:51 2017 +0300 (2017-10-22)
parents 9a17d981d0f7
children 90a5eb560fd6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="texinfo"
4 VERSION="6.3"
5 CATEGORY="development"
6 SHORT_DESC="GNU documentation tools"
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/texinfo/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="perl-dev ncurses-dev gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 copy @std @dev
29 DEPENDS="perl"
30 TAGS="documentation"
31 }