~alpine/devel

testing/libee: remove .la file v1 PROPOSED

Cameron Banta: 2
 testing/libee: remove .la file
 testing/libestr: remove .la file

 2 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/238/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH 1/2] testing/libee: remove .la file Export this patch

---
 testing/libee/APKBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/libee/APKBUILD b/testing/libee/APKBUILD
index 6c40319..06588b9 100644
--- a/testing/libee/APKBUILD
+++ b/testing/libee/APKBUILD
@@ -2,13 +2,12 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=libee
pkgver=0.4.0
pkgrel=0
pkgrel=1
pkgdesc="event Expression Library inspired by CEE"
url="http://www.libee.org"
arch="all"
license="LGPL2.1"
makedepends="libestr-dev"
options="libtool"
subpackages="$pkgname-dev"
source="http://www.libee.org/download/files/download/$pkgname-$pkgver.tar.gz"

@@ -27,6 +26,7 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	rm -rf "$pkgdir"/usr/lib/libee.la
}

md5sums="257a23d5cc8f211fb99464a462bc92cd  libee-0.4.0.tar.gz"
-- 
1.7.9.5



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---

[alpine-devel] [PATCH 2/2] testing/libestr: remove .la file Export this patch

---
 testing/libestr/APKBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/libestr/APKBUILD b/testing/libestr/APKBUILD
index 2b07af1..3ce8906 100644
--- a/testing/libestr/APKBUILD
+++ b/testing/libestr/APKBUILD
@@ -2,12 +2,11 @@
# Maintainer: Cameron Banta <cbanta@gmail.com>
pkgname=libestr
pkgver=0.1.2
pkgrel=0
pkgrel=1
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com"
arch="all"
license="LGPL2.1"
options="libtool"
subpackages="$pkgname-dev"
source="http://libestr.adiscon.com/files/download/$pkgname-$pkgver.tar.gz"

@@ -25,6 +24,7 @@ build() {
package() {
	cd "$_builddir"
	make DESTDIR="$pkgdir" install || return 1
	rm -rf "$pkgdir"/usr/lib/libestr.la
}

md5sums="30ec4054155dc7d7e9b06418181c4f12  libestr-0.1.2.tar.gz"
-- 
1.7.9.5



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---