aboutsummaryrefslogtreecommitdiffstats
path: root/cpio/cpio_2.5.oe
blob: 1d73a632009bfa7c81d8e35ed73a213cd72af464 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
DESCRIPTION = "GNU cpio is a program to manage archives of files."
HOMEPAGE = "http://www.gnu.org/software/cpio/"
SECTION = "utils"
LICENSE = "GPL"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
PR = "r1"

SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \
	   file://install.patch;patch=1"
S = "${WORKDIR}/cpio-${PV}"

inherit autotools