diff options
author | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
---|---|---|
committer | Johannes Winkelmann <jw@smts.ch> | 2006-02-23 15:26:10 +0000 |
commit | e3afe2298e821d7f5860128720e665d8fb3bd641 (patch) | |
tree | bfb499432688352b1140b13ad8252c8e4e739006 /patch | |
download | core-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.gz core-e3afe2298e821d7f5860128720e665d8fb3bd641.tar.xz |
create branch for 2.2
Diffstat (limited to 'patch')
-rw-r--r-- | patch/.footprint | 6 | ||||
-rw-r--r-- | patch/.md5sum | 1 | ||||
-rw-r--r-- | patch/Pkgfile | 15 |
3 files changed, 22 insertions, 0 deletions
diff --git a/patch/.footprint b/patch/.footprint new file mode 100644 index 00000000..b8675f22 --- /dev/null +++ b/patch/.footprint @@ -0,0 +1,6 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/patch +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/patch.1.gz diff --git a/patch/.md5sum b/patch/.md5sum new file mode 100644 index 00000000..2520be15 --- /dev/null +++ b/patch/.md5sum @@ -0,0 +1 @@ +ee5ae84d115f051d87fcaaef3b4ae782 patch-2.5.4.tar.gz diff --git a/patch/Pkgfile b/patch/Pkgfile new file mode 100644 index 00000000..8f88ffad --- /dev/null +++ b/patch/Pkgfile @@ -0,0 +1,15 @@ +# Description: GNU patch +# URL: http://www.gnu.org/software/patch/patch.html +# Maintainer: Per Lidén <per@fukt.bth.se> + +name=patch +version=2.5.4 +release=1 +source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make prefix=$PKG/usr install +} |