diff options
author | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-05-13 15:42:03 +0200 |
commit | 5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch) | |
tree | 342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb |
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb')
-rw-r--r-- | org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb b/org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb new file mode 100644 index 0000000..213e610 --- /dev/null +++ b/org.handhelds.familiar/packages/findutils/findutils_4.1.20.bb @@ -0,0 +1,10 @@ +SECTION = "console/utils" +LICENSE = "GPL" +DESCRIPTION = "find, locate, and xargs binaries." +PR = "r1" + +SRC_URI = "ftp://alpha.gnu.org/gnu/findutils/findutils-${PV}.tar.gz \ + file://configure.patch;patch=1 \ + file://make.patch;patch=1" + +inherit autotools gettext |