SliTaz Next Cooker

Home Bugs Hg Roadmap Pizza Tank | Cross i486 ISO
package icon

patch
Utility to patch file with diff file

receipt
# SliTaz package receipt v2.

PACKAGE="patch"
VERSION="2.7.6"
CATEGORY="utilities"
SHORT_DESC="Utility to patch file with diff file"
MAINTAINER="[email protected]"
LICENSE="GPL3"
WEB_SITE="http://savannah.gnu.org/projects/patch/"
LFS="http://www.linuxfromscratch.org/lfs/view/development/chapter06/patch.html"

TARBALL="$PACKAGE-$VERSION.tar.xz"
WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"

BUILD_DEPENDS="attr-dev"

compile_rules() {
	./configure $CONFIGURE_ARGS &&
	make &&
	make install
}

genpkg_rules() {
	copy @std
	DEPENDS="attr"
	TAGS="LFS"
}