mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
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'
|
# Template file for 'skalibs'
|
||||||
pkgname=skalibs
|
pkgname=skalibs
|
||||||
version=2.3.5.1
|
version=2.3.5.1
|
||||||
revision=1
|
revision=2
|
||||||
nocross="yes"
|
nocross="yes"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/etc"
|
configure_args="--datadir=/etc"
|
||||||
|
@ -12,6 +12,20 @@ homepage="http://skarnet.org/software/skalibs/"
|
||||||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9ef75d87bf6d586e828888e4cee6adbb74c06d6afcdb50f6c395644ce0e561d4
|
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() {
|
skalibs-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue