Files

27 lines
928 B
Tcl
Raw Permalink Normal View History

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
2025-05-13 08:34:11 +02:00
PortGroup github 1.0
2026-03-26 19:42:11 +01:00
github.setup bestouff genext2fs 1.6.2 v
2025-05-13 08:34:11 +02:00
github.tarball_from archive
2026-03-26 19:42:11 +01:00
revision 0
categories sysutils
2025-05-13 08:34:11 +02:00
license GPL-2
maintainers free.fr:revol
description Ext2 filesystem image generator
long_description Genext2fs generates an ext2 filesystem as a normal (i.e. non-root) user
homepage https://genext2fs.sourceforge.net/
2026-03-26 19:42:11 +01:00
checksums rmd160 c232272f8e43bdef888433d87ff748140beca036 \
sha256 b8aba9af48e664fa60134af696a57b3bb4ebd2b2878533d7611734e90b883ecc \
size 56833
2025-05-13 08:34:11 +02:00
use_autoreconf yes
autoreconf.cmd ./autogen.sh
depends_build-append \
port:autoconf \
port:automake