File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4567,3 +4567,4 @@ libglycin-gtk4-2.so.0 glycin-gtk4-2.0.7_1
45674567libresvg.so.0.46 libresvg0-0.46.0_1
45684568libgpiod.so.3 libgpiod-2.2_4
45694569libgpiodcxx.so.2 libgpiod-2.2_4
4570+ libigloo.so.0 libigloo-0.9.5_1
Original file line number Diff line number Diff line change 1+ libigloo
Original file line number Diff line number Diff line change 1+ # Template file for 'libigloo'
2+ pkgname=libigloo
3+ version=0.9.5
4+ revision=1
5+ build_style=gnu-configure
6+ hostmakedepends="pkg-config"
7+ makedepends="rhash-devel"
8+ short_desc="Generic C framework used and developed by the Icecast project"
9+ maintainer="Klaus Leibrandt <
[email protected] >"
10+ license="GPL-2.0-or-later"
11+ homepage="https://icecast.org/"
12+ distfiles="https://downloads.xiph.org/releases/igloo/libigloo-${version}.tar.gz"
13+ checksum=ea22e9119f7a2188810f99100c5155c6762d4595ae213b9ac29e69b4f0b87289
14+
15+ libigloo-devel_package() {
16+ depends="${sourcepkg}>=${version}_${revision}"
17+ short_desc+=" - development files"
18+ pkg_install() {
19+ vmove usr/include
20+ vmove usr/lib/pkgconfig
21+ vmove "usr/lib/*.so"
22+ }
23+ }
You can’t perform that action at this time.
0 commit comments