gamin: move so symlink into main pkg.
--HG-- extra : convert_revision : 567c9440760f98c0920f81e91925754d9237c6bc
This commit is contained in:
parent
3ebcd6b5d0
commit
8d5bd335f1
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run gamin
|
||||
|
@ -15,6 +15,5 @@ do_install()
|
|||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'gamin'.
|
||||
pkgname=gamin
|
||||
version=0.1.9
|
||||
revision=1
|
||||
distfiles="http://www.gnome.org/~veillard/gamin/sources/gamin-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_env="CPPFLAGS=-D_GNU_SOURCE"
|
||||
|
|
Loading…
Reference in a new issue