1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 14:09:47 +00:00
Files
Richard Purdie a48da11aca Clean up and correct MAINTAINERS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@739 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-09-21 14:48:08 +00:00

14 lines
340 B
BlitzBasic

DESCRIPTION = "Liboil is a library of simple functions that are optimized for various CPUs."
HOMEPAGE = "http://liboil.freedesktop.org/"
LICENSE = "various"
PR = "r1"
SRC_URI = "http://liboil.freedesktop.org/download/${P}.tar.gz \
file://no-tests.patch;patch=1"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
}