Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
647
Issues
647
List
Boards
Labels
Service Desk
Milestones
Merge Requests
172
Merge Requests
172
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
816375d7
Commit
816375d7
authored
Nov 24, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/patch: upgrade to 2.6
parent
f1bcab9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
main/patch/APKBUILD
main/patch/APKBUILD
+7
-3
No files found.
main/patch/APKBUILD
View file @
816375d7
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
patch
pkgver
=
2.
5.9
pkgver
=
2.
6
pkgrel
=
0
pkgdesc
=
"Utility to apply diffs to files"
url
=
"http://www.gnu.org/software/patch/patch.html"
license
=
'GPL'
depends
=
source
=
http://alpha.gnu.org/gnu/diffutils/
$pkgname
-
$pkgver
.tar.gz
source
=
"ftp://ftp.gnu.org/gnu/patch/patch-2.6.tar.bz2"
subpackages
=
"
$pkgname
-doc"
...
...
@@ -15,7 +15,11 @@ build() {
./configure
--prefix
=
/usr
\
--mandir
=
/usr/share/man
make
||
return
1
}
package
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
make
prefix
=
"
$pkgdir
"
/usr
mandir
=
"
$pkgdir
"
/usr/share/man
install
}
md5sums
=
'dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz'
md5sums
=
"5729b1430ba6c2216e0f3eb18f213c81 patch-2.6.tar.bz2"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment