mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-10 09:34:39 +08:00
lib32-pcre fix;
This commit is contained in:
parent
1a1f8d9361
commit
036f60ce64
@ -3,8 +3,8 @@
|
|||||||
# Licence in pcre pkg
|
# Licence in pcre pkg
|
||||||
|
|
||||||
_pkgsourcename=pcre
|
_pkgsourcename=pcre
|
||||||
pkgname=lib32-$_pkgsourcename
|
pkgname=lib32-${_pkgsourcename}
|
||||||
pkgver=8.10
|
pkgver=8.02
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A library that implements Perl 5-style regular expressions"
|
pkgdesc="A library that implements Perl 5-style regular expressions"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
@ -12,11 +12,12 @@ url="http://pcre.sourceforge.net"
|
|||||||
license=('custom')
|
license=('custom')
|
||||||
groups=('lib32')
|
groups=('lib32')
|
||||||
depends=('lib32-gcc')
|
depends=('lib32-gcc')
|
||||||
source=(ftp://ftp.archlinux.org/core/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
source=(http://chakra-project.org/repo/core-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||||
|
md5sums=('5787ad070e9969383f739b323d848974')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd $srcdir
|
cd $srcdir
|
||||||
mkdir -p $pkgdir/opt/lib32/lib
|
mkdir -p $pkgdir/opt/lib32/lib
|
||||||
cp -dp lib/*.so* $pkgdir/opt/lib32/lib
|
cp -dp lib/*.so* $pkgdir/opt/lib32/lib
|
||||||
}
|
}
|
||||||
md5sums=('d8a664bdec4c531191c1ec3e4402bdf4')
|
|
||||||
|
Loading…
Reference in New Issue
Block a user