Pass some more args to gnu configure scripts to get the correct dirs
and remove specific hacks from templates. --HG-- extra : convert_revision : 3abbceb03c42e5d38bfae226ee433f2461b77ce7
This commit is contained in:
parent
6c2449b7e1
commit
26c001f582
2 changed files with 3 additions and 2 deletions
2
pkgfs.sh
2
pkgfs.sh
|
@ -493,6 +493,8 @@ build_tmpl_sources()
|
||||||
--exec-prefix="$PKGFS_DESTDIR/$pkgname" \
|
--exec-prefix="$PKGFS_DESTDIR/$pkgname" \
|
||||||
--mandir="$PKGFS_DESTDIR/$pkgname/man" \
|
--mandir="$PKGFS_DESTDIR/$pkgname/man" \
|
||||||
--infodir="$PKGFS_DESTDIR/$pkgname/share/info" \
|
--infodir="$PKGFS_DESTDIR/$pkgname/share/info" \
|
||||||
|
--libdir="$PKGFS_MASTERDIR/lib" \
|
||||||
|
--includedir="$PKGFS_MASTERDIR/include" \
|
||||||
${configure_args}
|
${configure_args}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -4,8 +4,7 @@ extract_sufx=".tar.gz"
|
||||||
url=http://ftp.gnu.org/gnu/libidn
|
url=http://ftp.gnu.org/gnu/libidn
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_env="EMACS=/bin/false"
|
configure_env="EMACS=/bin/false"
|
||||||
configure_args="--disable-csharp --disable-java
|
configure_args="--disable-csharp --disable-java"
|
||||||
--libdir=$PKGFS_MASTERDIR/lib"
|
|
||||||
short_desc="Internationalized Domain Names command line tool"
|
short_desc="Internationalized Domain Names command line tool"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=3b2217f015965600b69983cf831746a591f0680e
|
checksum=3b2217f015965600b69983cf831746a591f0680e
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue