mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 02:37:15 +08:00
lib32-pcre fix;
This commit is contained in:
parent
1a1f8d9361
commit
036f60ce64
@ -3,8 +3,8 @@
|
||||
# Licence in pcre pkg
|
||||
|
||||
_pkgsourcename=pcre
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=8.10
|
||||
pkgname=lib32-${_pkgsourcename}
|
||||
pkgver=8.02
|
||||
pkgrel=1
|
||||
pkgdesc="A library that implements Perl 5-style regular expressions"
|
||||
arch=('x86_64')
|
||||
@ -12,11 +12,12 @@ url="http://pcre.sourceforge.net"
|
||||
license=('custom')
|
||||
groups=('lib32')
|
||||
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() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/lib
|
||||
cp -dp lib/*.so* $pkgdir/opt/lib32/lib
|
||||
}
|
||||
md5sums=('d8a664bdec4c531191c1ec3e4402bdf4')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user