wok-next view fpm2/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fpm2"
4 VERSION="0.76.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Password manager"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://als.regnet.cz/fpm2/"
11 WGET_URL="https://als.regnet.cz/fpm2/download/$TARBALL"
13 DEPENDS="expat gtk2 libxml2 libx11 libxau libxcomposite \
14 libxcursor libxdmcp libxext libxfixes libxinerama \
15 libxrandr libxrender libxdamage"
16 BUILD_DEPENDS="gtk2-dev libxml2-dev"
18 compile_rules() {
19 ./configure \
20 --prefix=/usr \
21 --mandir=/usr/share/man &&
22 make &&
23 make DESTDIR=$install install
24 }
26 genpkg_rules() {
27 mkdir -p $fs/usr/share/pixmaps
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share/pixmaps/fpm2/logo.png \
30 $fs/usr/share/pixmaps/fpm2.png
31 }