17 lines
585 B
Bash
17 lines
585 B
Bash
# Template file for 'dumpet'
|
|
pkgname=dumpet
|
|
version=2.1
|
|
revision=3
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="popt-devel libxml2-devel"
|
|
short_desc="Tool to dump and debug bootable CD-like images"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="https://fedorahosted.org/dumpet/"
|
|
distfiles="https://fedorahosted.org/releases/d/u/dumpet/dumpet-$version.tar.bz2"
|
|
checksum=2cc1fa3a1b06f885e4524d1be80bdacc5b6a55057d0577262f2f5186b49a4da3
|
|
|
|
do_build() {
|
|
make CC=$CC CFLAGS="$CFLAGS -I${XBPS_CROSS_BASE}/usr/include/libxml2" LDFLAGS="$LDFLAGS"
|
|
}
|