diff --git a/popt/actions b/popt/actions new file mode 100644 index 00000000..e32c9ebe --- /dev/null +++ b/popt/actions @@ -0,0 +1,14 @@ +#! /usr/bin/python + +import gnubuild + + +def setup: + gnubuild.configure + +def build: + gnubuild.build + +def install: + gnubuild.install + diff --git a/popt/files/popt-1.7-uclibc.patch.gz b/popt/files/popt-1.7-uclibc.patch.gz new file mode 100644 index 00000000..83bbae58 Binary files /dev/null and b/popt/files/popt-1.7-uclibc.patch.gz differ