Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=09478b785eb76429752def59003805a51f74d612
commit 09478b785eb76429752def59003805a51f74d612 Author: James Buren <[email protected]> Date: Fri Jun 29 12:33:08 2012 -0500 fw32-0.8.9-1-x86_64 * version bump diff --git a/source/fw32-extra/fw32/FrugalBuild b/source/fw32-extra/fw32/FrugalBuild index e44d091..336e5a5 100644 --- a/source/fw32-extra/fw32/FrugalBuild +++ b/source/fw32-extra/fw32/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: James Buren <[email protected]> pkgname=fw32 -pkgver=0.8.8 +pkgver=0.8.9 pkgrel=1 pkgdesc="A framework for maintaining an i686 environment on x86_64." url="http://www.frugalware.org" @@ -10,9 +10,9 @@ depends=('glibc' 'pacman-g2') groups=('fw32-extra') archs=('!i686' 'x86_64' '!arm') up2date="Flasttar http://ftp.frugalware.org/pub/other/$pkgname" -backup=('etc/fw32/pacman-g2.conf' 'etc/pacman-g2/repos/stable_i686' 'etc/pacman-g2/repos/current_i686') +backup=('etc/fw32/pacman-g2.conf') source=(http://ftp.frugalware.org/pub/other/$pkgname/$pkgname-$pkgver.tar.xz) -sha1sums=('d1aa4e1272146a71e7c9d9101bf10937c520657d') +sha1sums=('8fb725232342f35617f30559030b8e5743807a93') _F_systemd_scriptlet="$pkgname.install" _F_systemd_units=(fw32=) Finclude systemd diff --git a/source/fw32-extra/fw32/README.Frugalware b/source/fw32-extra/fw32/README.Frugalware index 4c1cb3d..8a4eb35 100644 --- a/source/fw32-extra/fw32/README.Frugalware +++ b/source/fw32-extra/fw32/README.Frugalware @@ -61,27 +61,6 @@ fw32-merge <package> WARNING: Should not be used while someone is using the chroot. -=== Building i686 packages - -Command to use (with sudo or root shell): - ----- -fw32-makepkg <makepkg options> ----- - -You must define a custom repo file for each repo you wish to -use in building. There is one already defined for i686 stable -and current (stable_i686 and current_i686). Add a special repo -file under /etc/pacman-g2/repos for each one you will use. It -must be aligned to i686 and not x86_64. Then, pass it as you -would when normally using the -t argument. You must use this -no matter what set of repos you are using for this interface. -You also must be in the correct directory for this to work. -Finally, all other arguments will work as they would with -normal makepkg. After a successful build, you can test it in -the fw32 chroot by using the fw32-install-package command to -install it. - === Cleaning chroot cache Command to use (with sudo or root shell): @@ -155,8 +134,6 @@ WARNING: Should not be used while someone is using the chroot. WARNING: Should not be used while someone is using the chroot. -- fw32-makepkg: Allows you to build i686 packages when properly setup. - - fw32-mount-all: Manually mount the chroot base directories. - fw32-run: Run a command within the chroot. If no command is specified, _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
