wok-next diff freetype1/receipt @ rev 21727
created recipe for vbindiff
author | Hans-G?nter Theisgen |
---|---|
date | Sat Nov 21 14:32:44 2020 +0100 (2020-11-21) |
parents | a3c581bf52b8 |
children |
line diff
1.1 --- a/freetype1/receipt Fri Aug 10 12:53:17 2018 +0300 1.2 +++ b/freetype1/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -4,7 +4,7 @@ 1.4 VERSION="1.3.1" 1.5 CATEGORY="x-window" 1.6 SHORT_DESC="Freetype1 font engine" 1.7 -MAINTAINER="rcx@zoominternet.net" 1.8 +MAINTAINER="devel@slitaz.org" 1.9 LICENSE="BSD" 1.10 WEB_SITE="https://www.freetype.org/" 1.11 REPOLOGY="freetype" 1.12 @@ -12,25 +12,25 @@ 1.13 TARBALL="freetype-$VERSION.tar.gz" 1.14 WGET_URL="$SF_MIRROR/freetype/$TARBALL" 1.15 1.16 -SPLIT="freetype1-dev" 1.17 +SPLIT="$PACKAGE-dev" 1.18 1.19 compile_rules() { 1.20 # NOTE: DESTDIR is not recognized by freetype1 make install 1.21 ./configure \ 1.22 - --sysconfdir=$DESTDIR/etc \ 1.23 - --prefix=$DESTDIR/usr \ 1.24 - --mandir=$DESTDIR/usr/share/man \ 1.25 - --includedir=$DESTDIR/usr/include \ 1.26 - --libdir=$DESTDIR/usr/lib \ 1.27 + --sysconfdir=$install/etc \ 1.28 + --prefix=$install/usr \ 1.29 + --mandir=$install/usr/share/man \ 1.30 + --includedir=$install/usr/include \ 1.31 + --libdir=$install/usr/lib \ 1.32 --with-x \ 1.33 --enable-gif \ 1.34 $CONFIGURE_ARGS && 1.35 make ttlib ttpo || return 1 1.36 1.37 cd lib 1.38 - make DESTDIR=$DESTDIR -f arch/unix/Makefile install || return 1 1.39 + make DESTDIR=$install -f arch/unix/Makefile install || return 1 1.40 cd ../po 1.41 - make DESTDIR=$DESTDIR -f Makefile install || return 1 1.42 + make DESTDIR=$install -f Makefile install || return 1 1.43 } 1.44 1.45 genpkg_rules() {