pcre: move so symlink into main pkg.
--HG-- extra : convert_revision : 2e91b6d88976bff41bfe3ab0482a4c8c2f25c0c1
This commit is contained in:
parent
4064774c77
commit
99e4040f76
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run bzip2-devel
|
||||
Add_dependency run pcre
|
||||
|
@ -18,7 +20,6 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/bin/pcre-config ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man1/pcre-config.1 \
|
||||
${DESTDIR}/usr/share/man/man1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'pcre'
|
||||
pkgname=pcre
|
||||
version=8.02
|
||||
revision=1
|
||||
distfiles="$SOURCEFORGE_SITE/pcre/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--enable-utf8 --enable-unicode-properties
|
||||
|
|
Loading…
Reference in a new issue