mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 01:42:15 +08:00
Another 17 lib32
This commit is contained in:
parent
1712c05105
commit
505e0cce9f
21
lib32-libxrandr/PKGBUILD
Normal file
21
lib32-libxrandr/PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Maintainer: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=libxrandr
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 RandR extension library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
arch=(x86_64)
|
||||
groups=('lib32')
|
||||
depends=('lib32-libxext' 'lib32-libxrender')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
md5sums=('18b85520e645967cf77ba0f629644aaa')
|
||||
|
||||
build() {
|
||||
cd $startdir/src
|
||||
mkdir -p $startdir/pkg/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $startdir/pkg/opt/lib32/usr/lib
|
||||
}
|
21
lib32-libxrender/COPYING
Normal file
21
lib32-libxrender/COPYING
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
Copyright © 2001,2003 Keith Packard
|
||||
|
||||
Permission to use, copy, modify, distribute, and sell this software and its
|
||||
documentation for any purpose is hereby granted without fee, provided that
|
||||
the above copyright notice appear in all copies and that both that
|
||||
copyright notice and this permission notice appear in supporting
|
||||
documentation, and that the name of Keith Packard not be used in
|
||||
advertising or publicity pertaining to distribution of the software without
|
||||
specific, written prior permission. Keith Packard makes no
|
||||
representations about the suitability of this software for any purpose. It
|
||||
is provided "as is" without express or implied warranty.
|
||||
|
||||
KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
||||
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
||||
EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
||||
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
||||
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
||||
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
||||
|
28
lib32-libxrender/PKGBUILD
Normal file
28
lib32-libxrender/PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
# $Id: PKGBUILD 18618 2010-06-09 09:06:45Z ibiru $
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Maintainer: Mikko Seppala <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=libxrender
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=0.9.6
|
||||
pkgrel=1
|
||||
pkgdesc="X Rendering Extension client library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libx11')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz \
|
||||
COPYING)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
|
||||
install -Dm644 $srcdir/COPYING \
|
||||
$pkgdir/opt/lib32/usr/share/licenses/$_pkgsourcename/COPYING
|
||||
}
|
||||
md5sums=('33679ff66645a63342265157a8a0cdfc'
|
||||
'90b90b60eb30f65fc9c2673d7cf59e24')
|
||||
#sha256sums=('30231fd99aaf0cbe38a2b84b387c83d1e628fafc321d94d9fb6189b155536035'
|
||||
# '7cda22286b1379b9b73df695f72cbad36595e65b039a5fbc5c89b69ecc44438c')
|
20
lib32-libxss/PKGBUILD
Normal file
20
lib32-libxss/PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# Maintainer : Biru Ionut <ionut@archlinux.ro>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
# Contributor: Jakub Schmidtke <sjakub-at-gmail.com>
|
||||
|
||||
pkgname=lib32-libxss
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Screen Saver extension library"
|
||||
arch=('x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('GPL')
|
||||
depends=('lib32-libxext' 'scrnsaverproto')
|
||||
groups=('lib32')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -rPf $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib/
|
||||
}
|
||||
md5sums=('0bac4eadc5e393776ccaac5409dc6ff9')
|
22
lib32-libxt/PKGBUILD
Normal file
22
lib32-libxt/PKGBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# $Id: PKGBUILD 13793 2010-03-27 17:20:37Z ibiru $
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Contributor: Mikko Seppala <t-r-a-y@mbnet.fi>
|
||||
# Maintainer: Biru Ionut <ionut@archlinux.ro>
|
||||
_pkgsourcename=libxt
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.0.8
|
||||
pkgrel=2
|
||||
pkgdesc="X11 toolkit intrinsics library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libsm' 'lib32-libx11')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('9bc06a82575b9508e5f92e0fbe3ed6b5')
|
19
lib32-libxv/PKGBUILD
Normal file
19
lib32-libxv/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
# Maintainer: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
# Contributor: Jakub Schmidtke <sjakub-at-gmail.com>
|
||||
|
||||
pkgname=lib32-libxv
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgdesc="X11 Video extension library"
|
||||
arch=('x86_64')
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('GPL')
|
||||
depends=('lib32-libxext' 'videoproto')
|
||||
groups=('lib32')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -rPf $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib/
|
||||
}
|
||||
md5sums=('5d6b675ee86895185845e76835f00486')
|
20
lib32-libxxf86vm/PKGBUILD
Normal file
20
lib32-libxxf86vm/PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# $Id: PKGBUILD 4828 2009-11-01 18:47:57Z ibiru $
|
||||
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
|
||||
_pkgsourcename=libxxf86vm
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.1.0
|
||||
pkgrel=1
|
||||
pkgdesc="X11 XFree86 video mode extension library"
|
||||
url="http://xorg.freedesktop.org/"
|
||||
license=('custom')
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libxext')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('347b94943552f00cb8d1374cf23b8ff9')
|
22
lib32-mesa/PKGBUILD
Normal file
22
lib32-mesa/PKGBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# $Id: PKGBUILD 19246 2010-06-21 20:19:40Z ibiru $
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=mesa
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=7.9
|
||||
pkgrel=1
|
||||
pkgdesc="Mesa OpenGL library"
|
||||
arch=('x86_64')
|
||||
url="http://mesa3d.sourceforge.net"
|
||||
license=('LGPL')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libgl' 'lib32-gcc' 'lib32-libxt')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
mkdir -p "$pkgdir/opt/lib32/usr/lib"
|
||||
cp -dp usr/lib/*.so* "$pkgdir/opt/lib32/usr/lib"
|
||||
}
|
||||
md5sums=('1e82b976bbf299d6cdff2ca8209fe51f')
|
24
lib32-ncurses/PKGBUILD
Normal file
24
lib32-ncurses/PKGBUILD
Normal file
@ -0,0 +1,24 @@
|
||||
# $Id: PKGBUILD 16317 2010-04-28 15:46:34Z ibiru $
|
||||
# Maintainer: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=ncurses
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=5.7
|
||||
pkgrel=3
|
||||
pkgdesc="A System V Release 4.0 curses emulation library"
|
||||
url="http://www.gnu.org/software/ncurses/ncurses.html"
|
||||
license=('MIT')
|
||||
arch=(x86_64)
|
||||
groups=('lib32')
|
||||
depends=('lib32-glibc')
|
||||
source=(ftp://ftp.archlinux.org/core/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/lib
|
||||
cp -dp lib/*.so* $pkgdir/opt/lib32/lib
|
||||
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('d52d1c36c0a101a205a14c57455594d7')
|
||||
sha256sums=('73b4fe7e06333f1f38646f74f2ca9ac7ca9c5c9e4cd455f818ccd1d28bc58eb0')
|
36
lib32-openal/PKGBUILD
Normal file
36
lib32-openal/PKGBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# $Id: PKGBUILD 26722 2010-09-15 22:59:51Z bluewind $
|
||||
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||
# Contributer: Jason Chu <jchu@xentac.net>
|
||||
|
||||
_pkgbasename=openal
|
||||
pkgname=lib32-$_pkgbasename
|
||||
pkgver=1.12.854
|
||||
pkgrel=3
|
||||
pkgdesc="OpenAL audio library for use with opengl (32-bit)"
|
||||
arch=('x86_64')
|
||||
url="http://www.openal.org/"
|
||||
license=('LGPL')
|
||||
depends=('lib32-glibc' $_pkgbasename)
|
||||
makedepends=('lib32-alsa-lib' 'lib32-sdl' 'pkgconfig' 'cmake' 'gcc-multilib')
|
||||
options=('!libtool')
|
||||
source=(http://kcat.strangesoft.net/openal-releases/openal-soft-${pkgver}.tar.bz2)
|
||||
md5sums=('fbf36451fdebd6466edbdc0ee7db9603')
|
||||
|
||||
build() {
|
||||
export CC="gcc -m32"
|
||||
export CXX="g++ -m32"
|
||||
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
|
||||
|
||||
cd ${srcdir}/${_pkgbasename}-soft-${pkgver}/build
|
||||
cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D LIB_INSTALL_DIR=/usr/lib32 ..
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${srcdir}/${_pkgbasename}-soft-${pkgver}/build
|
||||
make DESTDIR=${pkgdir}/ install
|
||||
|
||||
rm -rf "${pkgdir}"/usr/{include,share,bin}
|
||||
mkdir -p "$pkgdir/usr/share/licenses"
|
||||
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
|
||||
}
|
22
lib32-openssl/PKGBUILD
Normal file
22
lib32-openssl/PKGBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# Contributor: Geoff Weber <janax99@yahoo.com>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
_pkgsourcename=openssl
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.0.0.a
|
||||
pkgrel=2
|
||||
license='BSD'
|
||||
pkgdesc="The Open Source toolkit for Secure Sockets Layer and Transport Layer Security"
|
||||
arch=('x86_64')
|
||||
groups=('lib32')
|
||||
url="http://www.openssl.org"
|
||||
depends=('lib32-glibc')
|
||||
source=(http://chakra-project.org/repo/core-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib/
|
||||
cp -rPf $srcdir/usr/lib $pkgdir/opt/lib32/usr/
|
||||
}
|
||||
md5sums=('a53f669cf9bd342f5397d3b2f48762ed')
|
||||
#sha256sums=('cf9ef27c646604b2d2fa6be6b0472ce2fc18a996e36f31ffb4cbb3b390a004dc')
|
22
lib32-pcre/PKGBUILD
Executable file
22
lib32-pcre/PKGBUILD
Executable file
@ -0,0 +1,22 @@
|
||||
# Maintainer: Ionut Biru <ionut@archlinux.ro>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
# Licence in pcre pkg
|
||||
|
||||
_pkgsourcename=pcre
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=8.10
|
||||
pkgrel=1
|
||||
pkgdesc="A library that implements Perl 5-style regular expressions"
|
||||
arch=('x86_64')
|
||||
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)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/lib
|
||||
cp -dp lib/*.so* $pkgdir/opt/lib32/lib
|
||||
}
|
||||
md5sums=('d8a664bdec4c531191c1ec3e4402bdf4')
|
19
lib32-qt/PKGBUILD
Normal file
19
lib32-qt/PKGBUILD
Normal file
@ -0,0 +1,19 @@
|
||||
_pkgsourcename=qt
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=4.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="The QT gui toolkit."
|
||||
arch=('x86_64')
|
||||
url="http://www.trolltech.com/products/qt/index.html"
|
||||
license=('GPL2')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libxmu' 'lib32-libxcursor' 'lib32-libxinerama' 'lib32-mesa' 'lib32-libxft' 'lib32-libxrandr' 'lib32-libpng' 'lib32-libjpeg' 'lib32-libxi' 'lib32-sqlite3')
|
||||
source=(http://chakra-project.org/repo/platform-testing/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
cp -dpr usr/lib/qt $pkgdir/opt/lib32/usr/lib/
|
||||
}
|
||||
md5sums=('8fc7231a7bd1a57dd31c5ffa9ea8755a')
|
27
lib32-qt3/PKGBUILD
Normal file
27
lib32-qt3/PKGBUILD
Normal file
@ -0,0 +1,27 @@
|
||||
# $Id: PKGBUILD 12938 2010-03-15 22:42:39Z ibiru $
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
_pkgsourcename=qt3
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=3.3.8
|
||||
pkgrel=17.1
|
||||
_pkgrel=17
|
||||
pkgdesc="The QT gui toolkit."
|
||||
arch=('x86_64')
|
||||
url="http://www.trolltech.com/products/qt/index.html"
|
||||
license=('GPL')
|
||||
groups=('lib32')
|
||||
depends=('lib32-libxmu' 'lib32-libxcursor' 'lib32-libxinerama' 'lib32-mesa' 'lib32-libxft' 'lib32-libxrandr')
|
||||
install=$pkgname.install
|
||||
source=(http://mir.archlinux.fr/extra/os/i686/$_pkgsourcename-$pkgver-$_pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/opt/qt/lib
|
||||
cp -dp opt/qt/lib/*.so* $pkgdir/opt/lib32/opt/qt/lib
|
||||
|
||||
install -d -m755 ${pkgdir}/etc/ld.so.conf.d/
|
||||
echo "/opt/lib32/opt/qt/lib" > ${pkgdir}/etc/ld.so.conf.d/lib32-qt3.conf
|
||||
}
|
||||
md5sums=('7e6e7341d18ac2f559a7d4f16dcd029e')
|
||||
sha256sums=('7265cb0127cce449f5406256c9cf2bff411d31f63aeb59e2c014859ae45585cc')
|
12
lib32-qt3/lib32-qt3.install
Normal file
12
lib32-qt3/lib32-qt3.install
Normal file
@ -0,0 +1,12 @@
|
||||
post_install() {
|
||||
pre_remove
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
pre_remove
|
||||
}
|
||||
|
||||
pre_remove() {
|
||||
sed -e '/\/opt\/lib32\/opt\/qt\/lib/d' -i etc/ld.so.conf
|
||||
}
|
||||
|
20
lib32-sdl/PKGBUILD
Normal file
20
lib32-sdl/PKGBUILD
Normal file
@ -0,0 +1,20 @@
|
||||
# $Id: PKGBUILD 19215 2010-06-21 10:25:56Z ibiru $
|
||||
# Maintainer: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=sdl
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.2.14
|
||||
pkgrel=5
|
||||
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard"
|
||||
url="http://www.libsdl.org"
|
||||
arch=('x86_64')
|
||||
license=('LGPL')
|
||||
groups=('lib32')
|
||||
depends=('lib32-glibc')
|
||||
source=(ftp://ftp.archlinux.org/extra/os/i686/$_pkgsourcename-$pkgver-$pkgrel-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $srcdir
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('1bdca2ab5af1242e29b96d5d41c7a05b')
|
25
lib32-sqlite3/PKGBUILD
Normal file
25
lib32-sqlite3/PKGBUILD
Normal file
@ -0,0 +1,25 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=lib32-sqlite3
|
||||
_i686pkgname=sqlite3
|
||||
pkgver=3.6.23.1
|
||||
pkgrel=1
|
||||
pkgdesc="A C library that implements an SQL database engine"
|
||||
arch=('x86_64')
|
||||
url="http://www.sqlite.org/"
|
||||
license=('LGPL')
|
||||
groups=('lib32')
|
||||
depends=('lib32-glibc')
|
||||
source=(http://chakra-project.org/repo/core-testing/i686/${_i686pkgname}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
mkdir -p $pkgdir/opt/lib32/usr/lib/
|
||||
cp -rPf $srcdir/usr/lib/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
|
||||
# tcl support?
|
||||
# cp -rPf $srcdur/usr/lib/tcl8.5/sqlite3/*.so* $pkgdir/opt/lib32/usr/lib
|
||||
}
|
||||
md5sums=('81777ffeb86a7272facaa139a6fec6fd')
|
21
lib32-util-linux-ng/PKGBUILD
Normal file
21
lib32-util-linux-ng/PKGBUILD
Normal file
@ -0,0 +1,21 @@
|
||||
# $Id: $
|
||||
# Maintainer: Ionut Biru <ibiru@archlinux.org>
|
||||
|
||||
pkgname=lib32-util-linux-ng
|
||||
pkgver=2.17.2
|
||||
pkgrel=2
|
||||
pkgdesc="Miscellaneous system utilities for Linux"
|
||||
arch=('x86_64')
|
||||
url="http://userweb.kernel.org/~kzak/util-linux-ng/"
|
||||
license=('GPL2')
|
||||
depends=('lib32-glibc')
|
||||
source=(http://www.chakra-project.org/repo/core-testing/i686/${pkgname/lib32-/}-${pkgver}-${pkgrel}-i686.pkg.tar.xz)
|
||||
|
||||
build() {
|
||||
install -d $pkgdir/opt/lib32/lib/
|
||||
cp -dp $srcdir/lib/* $pkgdir/opt/lib32/lib/
|
||||
install -d $pkgdir/opt/lib32/usr/lib
|
||||
cp -dp $srcdir/usr/lib/*.so $pkgdir/opt/lib32/usr/lib
|
||||
|
||||
}
|
||||
md5sums=('c3bdee86adf30f9bb59d7e8f2d553332')
|
26
lib32-zlib/PKGBUILD
Normal file
26
lib32-zlib/PKGBUILD
Normal file
@ -0,0 +1,26 @@
|
||||
# $Id: PKGBUILD 18199 2010-06-01 09:55:30Z ibiru $
|
||||
# Maintainer : Ionut Biru <ibiru@archlinux.org>
|
||||
# Contributor: Pierre Schmitz <pierre@archlinux.de>
|
||||
# Contributor: Mikko Seppälä <t-r-a-y@mbnet.fi>
|
||||
_pkgsourcename=zlib
|
||||
pkgname=lib32-$_pkgsourcename
|
||||
pkgver=1.2.5
|
||||
pkgrel=2
|
||||
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)
|
||||
|
||||
build() {
|
||||
cd $startdir/src
|
||||
mkdir -p $startdir/pkg/opt/lib32/usr/lib
|
||||
# mkdir -p $startdir/pkg/opt/lib32/lib
|
||||
cp -dp usr/lib/*.so* $startdir/pkg/opt/lib32/usr/lib
|
||||
# 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