17 lines
548 B
PHP
17 lines
548 B
PHP
SUMMARY = "Ext2 filesystem generation tool"
|
|
DESCRIPTION = "A tool to generate an ext2 filesystem \
|
|
as a normal (non-root) user."
|
|
HOMEPAGE = "http://genext2fs.sourceforge.net/"
|
|
SECTION = "console/utils"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
|
file://genext2fs.c;beginline=9;endline=17;md5=23ea077d1f7fbfd3a6fa573b415fa001"
|
|
|
|
SRC_URI = "${DEBIAN_MIRROR}/main/g/genext2fs/genext2fs_${PV}.orig.tar.gz"
|
|
S = "${WORKDIR}/genext2fs-${PV}"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|