sqlite-devel: move .so file into sqlite, bumprev.
--HG-- extra : convert_revision : 1c32d3e37da39492a82c222326e9a63d1bd0bc9c
This commit is contained in:
parent
9a0609a207
commit
86b5801367
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 tcl-devel
|
||||
Add_dependency run readline-devel
|
||||
Add_dependency run glibc-devel
|
||||
|
@ -15,6 +17,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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue