-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
24 lines (23 loc) · 804 Bytes
/
template
File metadata and controls
24 lines (23 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Template file for 'libigloo'
pkgname=libigloo
version=0.9.5
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="rhash-devel"
short_desc="Generic C framework used and developed by the Icecast project"
maintainer="Klaus Leibrandt <klaus.leibrandt@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://gitlab.xiph.org/xiph/icecast-libigloo"
changelog="https://gitlab.xiph.org/xiph/icecast-libigloo/-/raw/master/NEWS"
distfiles="https://downloads.xiph.org/releases/igloo/libigloo-${version}.tar.gz"
checksum=ea22e9119f7a2188810f99100c5155c6762d4595ae213b9ac29e69b4f0b87289
libigloo-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}