mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: libicns-0.8.1
This commit is contained in:
parent
e300f0afd7
commit
67970f2331
3 changed files with 25 additions and 0 deletions
|
@ -3518,3 +3518,4 @@ libmygpo-qt5.so.1 libmygpo-qt-1.1.0_1
|
||||||
libluv.so.1 libluv-1.30.1.0_1
|
libluv.so.1 libluv-1.30.1.0_1
|
||||||
libarmadillo.so.9 armadillo-9.700.2_1
|
libarmadillo.so.9 armadillo-9.700.2_1
|
||||||
libvarnishapi.so.2 libvarnishapi-6.3.0_1
|
libvarnishapi.so.2 libvarnishapi-6.3.0_1
|
||||||
|
libicns.so.1 libicns-0.8.1_1
|
||||||
|
|
1
srcpkgs/libicns-devel
Symbolic link
1
srcpkgs/libicns-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
libicns
|
23
srcpkgs/libicns/template
Normal file
23
srcpkgs/libicns/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'libicns'
|
||||||
|
pkgname=libicns
|
||||||
|
version=0.8.1
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
makedepends="libpng-devel jasper-devel"
|
||||||
|
short_desc="Library for manipulating icns/IconFamily files"
|
||||||
|
maintainer="teldra <teldra@rotce.de>"
|
||||||
|
license="LGPL-2.0-only, GPL-2.0-only"
|
||||||
|
homepage="https://icns.sourceforge.io/"
|
||||||
|
distfiles="https://downloads.sf.net/icns/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2
|
||||||
|
|
||||||
|
libicns-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue