wok-4.x view fbida/receipt @ rev 12477

Up openssl 1.1.1n (bump packages curl, git, wget, python), up cherokee 1.2.104 and bdeps (automake, openldap, cyrus-sasl)
author Stanislas Leduc <shann@slitaz.org>
date Sun Apr 02 14:34:44 2023 +0000 (14 months ago)
parents 59009b1c6878
children
line source
1 # SliTaz package receipt.
3 PACKAGE="fbida"
4 VERSION="2.07"
5 CATEGORY="utilities"
6 SHORT_DESC="A simple GTK+ disc burner"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://linux.bytesex.org/fbida/"
10 WGET_URL="http://dl.bytesex.org/releases/$PACKAGE/$TARBALL"
12 DEPENDS="libpng giflib tiff jpeg ttf-bitstream-vera libexif zlib \
13 libcurl"
14 BUILD_DEPENDS="freetype-dev fontconfig-dev libexif-dev curl-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make -j2 && make DESTDIR=$DESTDIR install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $_pkg/usr/local/bin $fs/usr
28 }