[arch-commits] Commit in libx86/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Fri Dec 12 01:32:34 UTC 2008
Date: Thursday, December 11, 2008 @ 20:32:33
Author: eric
Revision: 21343
Merged revisions 21249 via svnmerge from
svn+ssh://svn.archlinux.org/srv/svn-packages/libx86/trunk
........
r21249 | thayer | 2008-12-11 11:58:16 -0500 (Thu, 11 Dec 2008) | 2 lines
upgpkg: libx86 1.1-2
set proper permissions on libx86.a
........
Modified:
libx86/repos/extra-x86_64/ (properties)
libx86/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Property changes on: libx86/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /libx86/trunk:1-19262
+ /libx86/trunk:1-21342
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-12-12 01:03:33 UTC (rev 21342)
+++ extra-x86_64/PKGBUILD 2008-12-12 01:32:33 UTC (rev 21343)
@@ -5,11 +5,11 @@
pkgname=libx86
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Provides an lrmi interface that works on x86, am64 and alpha"
+arch=('i686' 'x86_64')
url="http://www.codon.org.uk/~mjg59/libx86/"
license=('custom')
-arch=('i686' 'x86_64')
depends=('glibc')
source=(http://www.codon.org.uk/~mjg59/libx86/downloads/libx86-$pkgver.tar.gz
libx86-ifmask.patch)
@@ -22,6 +22,7 @@
# lrmi.c patch courtesy of Gentoo
patch -Np0 -i $srcdir/libx86-ifmask.patch || return 1
+ # compensate for x86_64
if [ "$CARCH" = "x86_64" ]; then
make BACKEND=x86emu || return 1
else
@@ -29,5 +30,7 @@
fi
make DESTDIR=$pkgdir install || return 1
+ chmod 644 $pkgdir/usr/lib/libx86.a || return 1
+
install -D -m 644 COPYRIGHT $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT || return 1
}
More information about the arch-commits
mailing list