From cb40a8296c927bc51f097c4631f300e46fe91e05 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 15 Aug 2013 09:29:32 +0000 Subject: main/hylafax: remove --build --host as its not autotools and fix some whitepace damage --- main/hylafax/APKBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'main/hylafax') diff --git a/main/hylafax/APKBUILD b/main/hylafax/APKBUILD index 35c01c96e..c66e788d0 100644 --- a/main/hylafax/APKBUILD +++ b/main/hylafax/APKBUILD @@ -23,13 +23,11 @@ prepare() { build() { cd "$_builddir" - + # the configure script does not handle ccache or distcc export CC=gcc export CXX=g++ ./configure \ - --build=$CBUILD \ - --host=$CHOST \ --nointeractive \ --disable-pam \ --with-DIR_BIN=/usr/bin \ @@ -54,11 +52,11 @@ build() { package(){ cd "$_builddir" - - # this makefile has issues installing, it doesn't use the standard + + # this makefile has issues installing, it doesn't use the standard # install - but the following seems to work - mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/sbin - mkdir -p "${pkgdir}"/usr/lib/"$pkgname" "${pkgdir}"/usr/share/man + mkdir -p "${pkgdir}"/usr/bin "${pkgdir}"/usr/sbin + mkdir -p "${pkgdir}"/usr/lib/"$pkgname" "${pkgdir}"/usr/share/man mkdir -p "${pkgdir}"/var/spool/"$pkgname" mkdir -p "${pkgdir}"/var/spool/"$pkgname"/lib touch "${pkgdir}"/var/spool/"$pkgname"/lib/pagesizes @@ -82,9 +80,9 @@ package(){ "$pkgdir"/usr/share/licenses/$pkgname/COPYRIGHT install -m644 -D "$srcdir/$pkgname-$pkgver/README" \ "$pkgdir"/usr/share/doc/$pkgname/README - - # init.d script is created by faxsetup + + # init.d script is created by faxsetup # - which the user runs after install } -- cgit v1.2.3