Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=3189fbef992ab24e58f9e473a18f8db29cec8b0b
commit 3189fbef992ab24e58f9e473a18f8db29cec8b0b Author: DeX77 <[email protected]> Date: Fri Jul 28 15:14:07 2017 +0200 recode-3.6-6-x86_64 + add 32-bit package diff --git a/source/apps/recode/FrugalBuild b/source/apps/recode/FrugalBuild index 3fc5668..3b3e3b3 100644 --- a/source/apps/recode/FrugalBuild +++ b/source/apps/recode/FrugalBuild @@ -6,24 +6,35 @@ pkgname=recode pkgver=3.6 pkgrel=6 pkgdesc="Converts files between various character sets and usages" -url="http://www.gnu.org/software/recode/recode.html" -depends=() +depends=('glibc') groups=('apps') archs=("x86_64") -Fup2gnugz -up2date="$pkgver" ## gnu && new website down however code is on gitbub -source=(https://github.com/pinard/Recode/archive/v3.6.tar.gz $pkgname-$pkgver-gcc43.patch) +_F_github_author="pinard" +_F_github_tag_v=y +_F_archive_grepv="beta" +Finclude github +source+=($pkgname-$pkgver-gcc43.patch) sha1sums=('8415dcc41d0be260dd86336fb0246c5507030555' \ '9a372391949b4a7c0eae8302fd5a93931cc73360') _F_conf_notry="disable-static" +_F_cross32_simple_auto="yes" +F32confopts+=" --libdir=/usr/lib32 --includedir=/usr/i686-frugalware-linux/include --bindir=/usr/i686-frugalware-linux/bin" +Finclude cross32 +_F_cd_path="Recode-$pkgver" -build() -{ - Fcd Recode-$pkgver - Fpatchall +build() { + Fcross32_prepare + Fcross32_copy_source Facu - Fmake - Fmakeinstall + Fbuild $F32confopts $_F32_make_opts + Fcross32_copy_back_source + Fcross32_reset_and_fix + Fcross32_delete_empty + Fsplit "${subpkgs[0]}" /\* ## everything else ignored only first one + + Facu + Fbuild ## 64bit + } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
