mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-23 17:33:34 +08:00
lib32-freetype2 fix; lib32-zlib fix;
This commit is contained in:
parent
1ce4f76af6
commit
79d2d4ea6c
@ -11,11 +11,11 @@ license=('GPL')
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
depends=('lib32-zlib')
|
||||
source=(http://www.chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
source=(http://www.chakra-project.org/repo/core-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
md5sums=('f8fdf150aadd97d0e86a42e7a85f147c')
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('f8fdf150aadd97d0e86a42e7a85f147c')
|
||||
|
@ -5,14 +5,15 @@
|
||||
_pkgsourcename=zlib
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.2.5
|
||||
pkgrel=2
|
||||
pkgrel=1
|
||||
pkgdesc="A compression/decompression Library"
|
||||
url="http://www.gzip.org/zlib"
|
||||
license=('custom:zlib')
|
||||
arch=(x86_64)
|
||||
groups=('lib32')
|
||||
depends=('lib32-glibc')
|
||||
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=('af7e0284905458836b6140c483ea06ae')
|
||||
|
||||
build() {
|
||||
cd $startdir/src
|
||||
@ -22,5 +23,4 @@ build() {
|
||||
# 1.2.3.3 does not have stuff in /lib, keep in comments
|
||||
# cp -dp lib/*.so* $startdir/pkg/opt/lib32/lib
|
||||
}
|
||||
md5sums=('c2b829203a32cbfe8ec228fe04e39f91')
|
||||
sha256sums=('30121edf7055dc111d82e5f704db1838aa81a386af85cf72214aa25f39749ee1')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user