New package: skalibs-2.3.5.1
This commit is contained in:
parent
8d161f8560
commit
555b83bf8c
3 changed files with 24 additions and 0 deletions
|
@ -2065,3 +2065,4 @@ libgegl-0.3.so.0 gegl3-0.3.0_1
|
|||
libgegl-npd-0.3.so gegl3-0.3.0_1
|
||||
libgegl-sc-0.3.so gegl3-0.3.0_1
|
||||
libprocps.so.4 procps-ng-3.3.10_8
|
||||
libskarnet.so.2 skalibs-2.3.5.1_1
|
||||
|
|
1
srcpkgs/skalibs-devel
Symbolic link
1
srcpkgs/skalibs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
./skalibs
|
22
srcpkgs/skalibs/template
Normal file
22
srcpkgs/skalibs/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'skalibs'
|
||||
pkgname=skalibs
|
||||
version=2.3.5.1
|
||||
revision=1
|
||||
nocross="yes"
|
||||
build_style=gnu-configure
|
||||
configure_args="--datadir=/etc"
|
||||
short_desc="General purpose libraries for building software from skarnet.org"
|
||||
maintainer="bougyman <bougyman@voidlinux.eu>"
|
||||
license="ISC"
|
||||
homepage="http://skarnet.org/software/skalibs/"
|
||||
distfiles="http://skarnet.org/software/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ef75d87bf6d586e828888e4cee6adbb74c06d6afcdb50f6c395644ce0e561d4
|
||||
|
||||
skalibs-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue