wok-next view juffed/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5d53e8ccbc8d
children
line source
1 # SliTaz package receipt.
3 PACKAGE="juffed"
4 VERSION="0.10"
5 CATEGORY="editors"
6 SHORT_DESC="Qt4 text & code editor"
7 MAINTAINER="psychomaniak@xakep.ru"
8 LICENSE="GPL2"
9 WEB_SITE="http://juffed.com/"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 # COMMIT="58e2c637f1"
12 # VERSION="${COMMIT:0:4}git"
13 # WGET_URL="https://github.com/Mezomish/$PACKAGE/archive/$COMMIT.tar.gz"
14 WGET_URL="$SF_MIRROR/$PACKAGE/$PACKAGE-$VERSION-1054.tar.bz2"
15 TAGS="text-editor"
17 DEPENDS="libQtGui libQtDBus libQtNetwork libqscintilla"
18 BUILD_DEPENDS="Qt4-dev cmake qmake libqscintilla-dev"
20 compile_rules() {
21 #sed -i 's/ ON/ OFF/g' $src/plugins/CMakeLists.txt
22 cmake \
23 -DCMAKE_BUILD_TYPE=release \
24 -DCMAKE_INSTALL_PREFIX=/usr \
25 . &&
26 make &&
27 make DESTDIR=$install install
28 }
30 genpkg_rules() {
31 cp -a $install/* $fs
32 }