wok-next annotate azpainter1/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
al@19716 2
al@19716 3 PACKAGE="azpainter1"
al@19716 4 VERSION="1.0.7"
al@19716 5 CATEGORY="graphics"
al@19716 6 SHORT_DESC="Full color painting software for illustration drawing (v.1 series)"
al@19716 7 MAINTAINER="pascal.bellard@slitaz.org"
al@19716 8 LICENSE="GPL3 LGPL3"
al@19716 9 WEB_SITE="https://osdn.net/projects/azpainter/"
al@19716 10
al@19716 11 TARBALL="azpainter-$VERSION.tar.bz2"
al@19716 12 WGET_URL="http://rwthaachen.dl.osdn.jp/azpainter/64397/$TARBALL"
al@19716 13
al@21078 14 BUILD_DEPENDS="libjpeg-turbo-dev freetype-dev libx11-dev libxext-dev \
al@21078 15 libxi-dev libxft-dev"
al@19716 16
al@21020 17 compile_rules() {
al@21020 18 sed -i "s|/usr/local|$install/usr|; s|gtk|echo &|;s|\$(MACRO) ||" Makefile
al@21020 19
al@19716 20 make &&
al@21020 21 make DESTDIR=$install install
al@19716 22 }
al@19716 23
al@21020 24 genpkg_rules() {
al@19716 25 copy @std
al@21078 26 DEPENDS="fontconfig freetype libjpeg-turbo libx11 libxext \
al@21078 27 libxft libxi zlib"
al@19716 28 }