skalibs: add docs and license
This commit is contained in:
parent
d51d3f1ff4
commit
07e41d6126
2 changed files with 16 additions and 1 deletions
1
srcpkgs/skalibs-doc
Symbolic link
1
srcpkgs/skalibs-doc
Symbolic link
|
@ -0,0 +1 @@
|
|||
./skalibs
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'skalibs'
|
||||
pkgname=skalibs
|
||||
version=2.3.5.1
|
||||
revision=1
|
||||
revision=2
|
||||
nocross="yes"
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/etc"
|
||||
|
@ -12,6 +12,20 @@ homepage="http://skarnet.org/software/skalibs/"
|
|||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ef75d87bf6d586e828888e4cee6adbb74c06d6afcdb50f6c395644ce0e561d4
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING
|
||||
vdoc README
|
||||
}
|
||||
|
||||
skalibs-doc_package() {
|
||||
short_desc+=" - documentation"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmkdir usr/share/doc/skalibs
|
||||
vcopy doc/* usr/share/doc/skalibs
|
||||
}
|
||||
}
|
||||
|
||||
skalibs-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue