aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorV.Krishn <vkrishn4@gmail.com>2015-04-09 23:06:09 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-04-10 11:18:45 +0000
commit3e44dbc76bbdd8baa36f21e9d410139dc2832d46 (patch)
tree64474fc019dddd38b44357a254e0b19f413122d5 /testing
parent55413c738157f2a139f77190fcd1ce3fb311ac9c (diff)
downloadaports-3e44dbc76bbdd8baa36f21e9d410139dc2832d46.tar.bz2
aports-3e44dbc76bbdd8baa36f21e9d410139dc2832d46.tar.xz
testing/stfl: Add symlink to lib
Diffstat (limited to 'testing')
-rw-r--r--testing/stfl/APKBUILD4
1 files changed, 3 insertions, 1 deletions
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 <ncopa@alpinelinux.org>
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