Redo package layout again. If upstream is called libfoo then don't create
a foo-lib package. Perhaps foo-progs if you want to seperate any binaries.
This commit is contained in:
parent
403b0c3ae2
commit
2431fc3b7d
@ -38,10 +38,8 @@ reg install
|
||||
install()
|
||||
{
|
||||
generic_install DESTDIR
|
||||
doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README
|
||||
docs_for libiconv2 COPYING.LIB ChangeLog AUTHORS NEWS
|
||||
doc NOTES ChangeLog DESIGN NEWS COPYING AUTHORS README COPYING.LIB
|
||||
${__rm} -f ${stagedir}${prefix}/${_libdir}/charset.alias
|
||||
|
||||
}
|
||||
|
||||
reg pack
|
||||
|
@ -8,6 +8,7 @@ pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_bindir
|
||||
$_libdir/libiconv.so.2*
|
||||
$_libdir/libcharset.so.*
|
||||
$_libdir/preloadable_libiconv.so
|
||||
$_mandir/man1
|
||||
@ -27,14 +28,3 @@ $_libdir/libcharset.so
|
||||
$_libdir/*.a
|
||||
$_mandir/man3
|
||||
$_sharedir/doc/libiconv/*.3.html
|
||||
|
||||
[libiconv2]
|
||||
pkgname="${pkgprefix}licnv2"
|
||||
name="libiconv.so.2 - GNU libiconv shared support library"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://directory.fsf.org/libiconv.html"
|
||||
pkgdesc="Runtime support library for applications using GNU libiconv"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_libdir/libiconv.so.2*
|
||||
|
Loading…
x
Reference in New Issue
Block a user