aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-07-15 06:56:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-07-15 06:56:50 +0000
commit5d15803ba4b6dada17ab50b0bd12263fb88ffa62 (patch)
treedf37a3e0454a3d81176b3c3629a2d60bf6be35e8
parent287e24b281efdce56e63dca314b4e802f8092527 (diff)
main/gamin: move .so to -dev package
ref #384
-rw-r--r--main/gamin/APKBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/main/gamin/APKBUILD b/main/gamin/APKBUILD
index f7c8936aa95..1d79f6433a4 100644
--- a/main/gamin/APKBUILD
+++ b/main/gamin/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gamin
pkgver=0.1.10
-pkgrel=2
+pkgrel=3
pkgdesc="Gamin is a file and directory monitoring system defined to be a subset of the FAM (File Alteration Monitor) system."
url="http://www.gnome.org/~veillard/gamin"
license="GPL"
@@ -21,7 +21,10 @@ build ()
--disable-dnotify \
--libexecdir=/usr/lib/gamin
make || return 1
+}
+package() {
+ cd "$srcdir"/$pkgname-$pkgver
# some kinde of race in the make install which is not solved with -j
export MKDIRPROG="mkdir -p"
make DESTDIR="$pkgdir" install