1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-09 03:40:18 +00:00
Files
2008-07-02 14:22:29 +00:00

16 lines
361 B
BlitzBasic

DESCRIPTION = "uriparser is a strictly RFC 3986 compliant URI parsing library."
HOMEPAGE = "http://uriparser.sf.net"
SECTION = "libs"
LICENSE = "BSD"
SRC_URI = "${SOURCEFORGE_MIRROR}/uriparser/uriparser-${PV}.tar.bz2 \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/uriparser-${PV}"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}