readline for Solaris 2.6/sparc
This commit is contained in:
committed by
Tom G. Christensen
parent
44a8258b38
commit
5018785046
26
readline/meta/pkgdef
Normal file
26
readline/meta/pkgdef
Normal file
@@ -0,0 +1,26 @@
|
||||
[readline]
|
||||
pkgname="${pkgprefix}rl"
|
||||
name="$topdir - GNU readline"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||
pkgdesc="Lets users edit command lines as they are typed in"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
default_docs
|
||||
$_libdir/*.so.*
|
||||
$_infodir/rluserman.info*
|
||||
|
||||
[readline-devel]
|
||||
pkgname="${pkgprefix}rld"
|
||||
name="${topdir}-devel - Development support for readline"
|
||||
pkgcat="system"
|
||||
pkgvendor="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
|
||||
pkgdesc="Files needed for developing with readline"
|
||||
pkgver="$pkgver"
|
||||
files(-,root,bin)
|
||||
$_includedir/readline
|
||||
$_libdir/*.so
|
||||
$_infodir/history.info*
|
||||
$_infodir/readline.info*
|
||||
$_mandir/man3
|
||||
|
||||
Reference in New Issue
Block a user