New package: inotify-tools-3.14

This commit is contained in:
Enno Boland 2014-05-20 10:41:18 +02:00
parent 3ca966bb6b
commit 41e1400c30
4 changed files with 37 additions and 1 deletions

View File

@ -1618,4 +1618,4 @@ libBulletDynamics.so.2.82 bullet-2.82_1
libBulletCollision.so.2.82 bullet-2.82_1
libLinearMath.so.2.82 bullet-2.82_1
libBulletSoftBody.so.2.82 bullet-2.82_1
libinotifytools.so.0 libinotifytools-3.14_1

1
srcpkgs/inotify-tools-devel Symbolic link
View File

@ -0,0 +1 @@
inotify-tools

View File

@ -0,0 +1,34 @@
# Template build file for 'inotify-tools'
pkgname=inotify-tools
version=3.14
revision=1
build_style=gnu-configure
short_desc="provides a simple interface to inotify"
maintainer="Enno Boland <eb@s01.de>"
license="GPLv2"
hostmakedepends="autoconf automake libtool"
homepage="http://wiki.github.com/rvoicilas/inotify-tools/"
distfiles="https://github.com/rvoicilas/${pkgname}/archive/v${version}.tar.gz"
checksum=97a4fdf9132da47c2baa677c1a427c435ee55a26df42b2b74a41489b9fbd2323
pre_configure() {
autoreconf -i
}
libinotify-tools_package() {
short_desc+=" - library files"
pkg_install() {
vmove "usr/lib/*.so.*"
}
}
inotify-tools-devel_package() {
depends="inotify-tools>=${version}_${revision} libinotify-tools>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
vmove usr/share
}
}

1
srcpkgs/libinotify-tools Symbolic link
View File

@ -0,0 +1 @@
inotify-tools