-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
33 lines (31 loc) · 976 Bytes
/
template
File metadata and controls
33 lines (31 loc) · 976 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
25
26
27
28
29
30
31
32
33
# Template file for 'libglibutil'
pkgname=libglibutil
version=1.0.82
revision=1
build_style=gnu-makefile
make_use_env=1
make_build_args="KEEP_SYMBOLS=1"
make_build_target="release pkgconfig"
make_check_target="test"
make_install_target="install-dev"
hostmakedepends="pkg-config"
makedepends="glib-devel"
short_desc="Library of glib utilities"
maintainer="Rutpiv <roger_freitas@live.com>"
license="BSD-3-Clause"
homepage="https://github.com/sailfishos/libglibutil"
changelog="https://raw.githubusercontent.com/sailfishos/libglibutil/master/debian/changelog"
distfiles="https://github.com/sailfishos/libglibutil/archive/refs/tags/${version}.tar.gz"
checksum=f05586a0b5496ecf763a268a9f78ee71096b222aada0e78013befda5e999db63
post_install() {
vlicense LICENSE
}
libglibutil-devel_package() {
depends="${sourcepkg}>=${version}_${revision} glib-devel"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
}
}