From 3e44dbc76bbdd8baa36f21e9d410139dc2832d46 Mon Sep 17 00:00:00 2001 From: "V.Krishn" Date: Thu, 9 Apr 2015 23:06:09 +0000 Subject: testing/stfl: Add symlink to lib --- testing/stfl/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/stfl/APKBUILD b/testing/stfl/APKBUILD index b85bad12a7..5d1a4f5cb4 100644 --- a/testing/stfl/APKBUILD +++ b/testing/stfl/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=stfl pkgver=0.24 -pkgrel=0 +pkgrel=1 pkgdesc="The Structured Terminal Forms Language/Library" url="http://www.clifford.at/stfl/" arch="all" @@ -34,6 +34,8 @@ package() { cd "$_builddir" make prefix=/usr DESTDIR="$pkgdir" install || return 1 rm -f "$pkgdir"/usr/lib/*.la "$pkgdir"/usr/lib/*.a + cd "$pkgdir"/usr/lib + ln -s libstfl.so.0.24 libstfl.so.0 } md5sums="98c764ccc8f13ed05ea22559d7116b96 stfl-0.24.tar.gz -- cgit v1.2.3