Simplify templates by not needing $patch_files in some cases.
If exists a patch called $pkgname-fix-{build,install}.diff in the
templates directory, they will be applied automatically. If patches
are named differently $patch_files must be used yet.
--HG--
extra : convert_revision : 21f6edfab580c569b3737280f54a6332c44baa49
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
# Template build file for 'bzip2'.
|
||||
pkgname=bzip2
|
||||
version=1.0.5
|
||||
patch_files="$pkgname-fix-install.diff"
|
||||
distfiles="http://www.bzip.org/1.0.5/$pkgname-$version@.tar.gz"
|
||||
build_style=gnu_makefile
|
||||
make_build_target="-f Makefile-libbz2_so"
|
||||
|
||||
Reference in New Issue
Block a user