forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate
More file actions
27 lines (25 loc) · 758 Bytes
/
Copy pathtemplate
File metadata and controls
27 lines (25 loc) · 758 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
# Template file for 'libxmp'
pkgname=libxmp
version=4.7.2
revision=1
build_style=gnu-configure
short_desc="Library that renders module files to PCM data"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://xmp.sourceforge.net"
changelog="https://sourceforge.net/p/xmp/libxmp/ci/libxmp-${version}/tree/docs/Changelog"
distfiles="${SOURCEFORGE_SITE}/xmp/libxmp/${version}/libxmp-${version}.tar.gz"
checksum=510a96eefd79e4558fb1fa41fb5494870328776b3f77563f94f61f241f64bde1
libxmp-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc_+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vman docs/libxmp.3
}
}
post_install() {
vlicense docs/COPYING
}