diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-03-01 23:59:32 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-09 11:03:54 +0200 |
commit | 069290f197cfe9659673f9186cf9c2bf452f7f1a (patch) | |
tree | e374873c6bcc407e744aace2b9657b904146dd34 /package/genext2fs/genext2fs.mk | |
parent | 0fe8279abf852dedfdfcbe8db6384056a125a8f5 (diff) | |
download | buildroot-novena-069290f197cfe9659673f9186cf9c2bf452f7f1a.tar.gz buildroot-novena-069290f197cfe9659673f9186cf9c2bf452f7f1a.zip |
genext2fs: new package
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/genext2fs/genext2fs.mk')
-rw-r--r-- | package/genext2fs/genext2fs.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/genext2fs/genext2fs.mk b/package/genext2fs/genext2fs.mk new file mode 100644 index 000000000..8c4981edb --- /dev/null +++ b/package/genext2fs/genext2fs.mk @@ -0,0 +1,12 @@ +############################################################# +# +# genext2fs +# +############################################################# + +GENEXT2FS_VERSION=1.4 +GENEXT2FS_SOURCE=genext2fs-$(GENEXT2FS_VERSION).tar.gz +GENEXT2FS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/genext2fs + +$(eval $(call AUTOTARGETS,package,genext2fs)) +$(eval $(call AUTOTARGETS,package,genext2fs,host)) |