Skip to content
Snippets Groups Projects
Commit dc4f259b authored by Allan McRae's avatar Allan McRae :speech_balloon:
Browse files

remove static libraries

parent 80b50188
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
pkgname=bzip2
pkgver=1.0.6
pkgrel=4
pkgrel=5
pkgdesc="A high-quality data compression program"
arch=('i686' 'x86_64')
license=('custom')
......@@ -28,7 +28,7 @@ build() {
patch -Np1 < ../bzip2-1.0.4-bzip2recover.patch
make -f Makefile-libbz2_so
make bzip2 bzip2recover libbz2.a
make bzip2 bzip2recover
}
check() {
......@@ -50,7 +50,6 @@ package() {
ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so
ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1
ln -s libbz2.so.1.0.6 $pkgdir/usr/lib/libbz2.so.1.0
install -m644 libbz2.a ${pkgdir}/usr/lib/libbz2.a
install -m644 bzlib.h $pkgdir/usr/include/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment