wok-next view epm/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
children e1c0edabdcb2
line source
1 # SliTaz package receipt.
3 PACKAGE="epm"
4 VERSION="4.2"
5 CATEGORY="misc"
6 SHORT_DESC="File packaging program."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION-source.tar.bz2"
10 WEB_SITE="http://www.msweet.org/projects.php?Z2"
11 WGET_URL="http://www.msweet.org/files/project2/$TARBALL"
13 DEPENDS=""
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr && make -j 1
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/bin
26 cp -a $src/epm $fs/usr/bin
27 }