mirror of
https://github.com/moparisthebest/arch-ppa
synced 2024-11-21 16:25:00 -05:00
Remove more unneeded libs
This commit is contained in:
parent
e684fc59ad
commit
e98c3ee1eb
@ -1,53 +0,0 @@
|
|||||||
# Maintainer: Kevin Brodsky <corax26 at gmail dot com>
|
|
||||||
|
|
||||||
_pkgbasename=ncurses
|
|
||||||
pkgname=lib32-${_pkgbasename}5-compat-libs
|
|
||||||
_pkgver=6.0-20170902
|
|
||||||
pkgver=${_pkgver/-/+}
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc="System V Release 4.0 curses emulation library (32-bit), ABI 5"
|
|
||||||
arch=('x86_64')
|
|
||||||
url='http://invisible-island.net/ncurses/ncurses.html'
|
|
||||||
license=('MIT')
|
|
||||||
depends=('lib32-glibc' "lib32-${_pkgbasename}")
|
|
||||||
makedepends=("gcc-multilib")
|
|
||||||
source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
|
|
||||||
md5sums=('b7b1cedc484172434855b00831183458'
|
|
||||||
'SKIP')
|
|
||||||
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd ${_pkgbasename}-${_pkgver}
|
|
||||||
|
|
||||||
export CC="gcc -m32"
|
|
||||||
export CXX="g++ -m32"
|
|
||||||
|
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man \
|
|
||||||
--with-shared --with-normal --without-debug --without-ada \
|
|
||||||
--with-install-prefix=${pkgdir} --enable-widec --libdir=/usr/lib32 \
|
|
||||||
--with-abi-version=5 --without-pkg-config --without-gpm
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd ${_pkgbasename}-${_pkgver}
|
|
||||||
make install.libs
|
|
||||||
|
|
||||||
install -dm755 ${pkgdir}/usr/lib32
|
|
||||||
|
|
||||||
# fool packages looking to link to non-wide-character ncurses libraries
|
|
||||||
for lib in ncurses form panel menu; do
|
|
||||||
ln -s lib${lib}w.so.5 "$pkgdir"/usr/lib32/lib${lib}.so.5
|
|
||||||
done
|
|
||||||
# Also provide a libtinfo symlink
|
|
||||||
ln -s libncurses.so.5 "$pkgdir/usr/lib32/libtinfo.so.5"
|
|
||||||
|
|
||||||
# Remove .so symlinks and static libraries (conflicting with lib32-ncurses)
|
|
||||||
rm -f "${pkgdir}"/usr/{lib32/*.so,lib32/*.a}
|
|
||||||
|
|
||||||
rm -rf "${pkgdir}"/usr/{include,share,bin}
|
|
||||||
mkdir -p "$pkgdir/usr/share/licenses"
|
|
||||||
ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
|
|
||||||
}
|
|
||||||
|
|
||||||
# vim: set et ts=2 sw=2:
|
|
5
src/ncurses5-compat-libs/.gitignore
vendored
5
src/ncurses5-compat-libs/.gitignore
vendored
@ -1,5 +0,0 @@
|
|||||||
*.asc
|
|
||||||
*.tgz
|
|
||||||
logs/
|
|
||||||
*.pkg.tar.xz
|
|
||||||
*.sig
|
|
@ -1,47 +0,0 @@
|
|||||||
# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
|
||||||
# Contributor: Allan McRae <allan@archlinux.org>
|
|
||||||
# Contributor: judd <jvinet@zeroflux.org>
|
|
||||||
|
|
||||||
pkgname=ncurses5-compat-libs
|
|
||||||
_pkgname=ncurses
|
|
||||||
_pkgver=6.0-20170902
|
|
||||||
pkgver=${_pkgver/-/+}
|
|
||||||
pkgrel=1
|
|
||||||
pkgdesc='System V Release 4.0 curses emulation library, ABI 5'
|
|
||||||
arch=(i686 x86_64)
|
|
||||||
url='http://invisible-island.net/ncurses/ncurses.html'
|
|
||||||
license=(MIT)
|
|
||||||
depends=(glibc gcc-libs sh)
|
|
||||||
provides=(libtinfo5)
|
|
||||||
conflicts=(libtinfo5)
|
|
||||||
source=(http://invisible-mirror.net/archives/ncurses/current/ncurses-${_pkgver}.tgz{,.asc})
|
|
||||||
md5sums=('b7b1cedc484172434855b00831183458'
|
|
||||||
'SKIP')
|
|
||||||
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey
|
|
||||||
|
|
||||||
build() {
|
|
||||||
cd ${_pkgname}-${_pkgver}
|
|
||||||
|
|
||||||
./configure --prefix=/usr --mandir=/usr/share/man \
|
|
||||||
--with-shared --with-normal --without-debug --without-ada --enable-widec \
|
|
||||||
--disable-pc-files --with-cxx-binding --with-cxx-shared --with-abi-version=5
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
package() {
|
|
||||||
cd ${_pkgname}-${_pkgver}
|
|
||||||
make DESTDIR="$pkgdir" install.libs
|
|
||||||
rm -rf "$pkgdir/usr/include/" "$pkgdir/usr/lib/pkgconfig" \
|
|
||||||
"$pkgdir"/usr/lib/*.so
|
|
||||||
|
|
||||||
# fool packages looking to link to non-wide-character ncurses libraries
|
|
||||||
for lib in ncurses ncurses++ form panel menu; do
|
|
||||||
ln -s /usr/lib/lib${lib}w.so.5 "$pkgdir/usr/lib/lib${lib}.so.5"
|
|
||||||
done
|
|
||||||
ln -s /usr/lib/libncurses.so.5 "$pkgdir/usr/lib/libtinfo.so.5"
|
|
||||||
|
|
||||||
# install license, rip it from the readme
|
|
||||||
install -d "$pkgdir/usr/share/licenses/$pkgname"
|
|
||||||
grep -B 100 '$Id' README > "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user