diff options
Diffstat (limited to 'homebrew/patchutils')
-rw-r--r-- | homebrew/patchutils/.beer | 36 | ||||
-rw-r--r-- | homebrew/patchutils/.make.sh-auto | 3 | ||||
-rw-r--r-- | homebrew/patchutils/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/patchutils/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/patchutils/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/patchutils/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/patchutils/download.sh | 1 |
7 files changed, 44 insertions, 0 deletions
diff --git a/homebrew/patchutils/.beer b/homebrew/patchutils/.beer new file mode 100644 index 000000000..8f186fa3f --- /dev/null +++ b/homebrew/patchutils/.beer @@ -0,0 +1,36 @@ +{ + "name": "Patchutils", + "description": "Small collection of programs that operate on patch files", + "url": "http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz", + "mirror": "https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz", + "homepage": "http://cyberelk.net/tim/software/patchutils/", + "depends": [ + { + "depend": "autoconf", + "build-depend": true + }, + { + "depend": "automake", + "build-depend": true + }, + { + "depend": "docbook", + "build-depend": true + }, + { + "depend": "xmlto", + "build-depend": true + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "ENV[\"XML_CATALOG_FILES\"] = \"#{etc}/xml/catalog\" if build.head?", + "system \"./bootstrap\" if build.head?", + "system \"./configure\", \"--disable-dependency-tracking\", \"--prefix=#{prefix}\"", + "system \"make\", \"install\"" + ], + "version": "0.3.4", + "file": "patchutils.rb" +}
\ No newline at end of file diff --git a/homebrew/patchutils/.make.sh-auto b/homebrew/patchutils/.make.sh-auto new file mode 100644 index 000000000..557a9e0d1 --- /dev/null +++ b/homebrew/patchutils/.make.sh-auto @@ -0,0 +1,3 @@ +pkg:setup +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install diff --git a/homebrew/patchutils/_metadata/description b/homebrew/patchutils/_metadata/description new file mode 100644 index 000000000..6865d6e81 --- /dev/null +++ b/homebrew/patchutils/_metadata/description @@ -0,0 +1 @@ +Small collection of programs that operate on patch files diff --git a/homebrew/patchutils/_metadata/homepage b/homebrew/patchutils/_metadata/homepage new file mode 100644 index 000000000..a82c5bde4 --- /dev/null +++ b/homebrew/patchutils/_metadata/homepage @@ -0,0 +1 @@ +http://cyberelk.net/tim/software/patchutils/ diff --git a/homebrew/patchutils/_metadata/name b/homebrew/patchutils/_metadata/name new file mode 100644 index 000000000..aaa6c9d91 --- /dev/null +++ b/homebrew/patchutils/_metadata/name @@ -0,0 +1 @@ +Patchutils diff --git a/homebrew/patchutils/_metadata/version b/homebrew/patchutils/_metadata/version new file mode 100644 index 000000000..42045acae --- /dev/null +++ b/homebrew/patchutils/_metadata/version @@ -0,0 +1 @@ +0.3.4 diff --git a/homebrew/patchutils/download.sh b/homebrew/patchutils/download.sh new file mode 100755 index 000000000..f031073ad --- /dev/null +++ b/homebrew/patchutils/download.sh @@ -0,0 +1 @@ +wget http://cyberelk.net/tim/data/patchutils/stable/patchutils-0.3.4.tar.xz || wget https://mirrors.kernel.org/debian/pool/main/p/patchutils/patchutils_0.3.4.orig.tar.xz
\ No newline at end of file |