wok-next view twm/receipt @ rev 19715

Fix building: pciutils, pcmanfm-legacy, arj
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat May 13 17:25:31 2017 +0300 (2017-05-13)
parents
children f463de72afe3
line source
1 # SliTaz package receipt.
3 PACKAGE="twm"
4 VERSION="1.0.9"
5 CATEGORY="x-window"
6 SHORT_DESC="Very minimal window manager"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://en.wikipedia.org/wiki/Twm"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
14 DEPENDS="xorg-libICE xorg-libSM xorg-libX11 xorg-libXext xorg-libXmu xorg-libXt"
15 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-libXext-dev \
16 xorg-libXt-dev xorg-libXmu-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 sed -i '/^rcdir =/s,^\(rcdir = \).*,\1/etc/X11/app-defaults,' src/Makefile.in
23 ./configure $CONFIGURE_ARGS && make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cook_copy_files twm *.twmrc
30 }