mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 05:27:13 +08:00
add patchutils
This commit is contained in:
parent
60fa35ae28
commit
68090cae2f
23
patchutils/PKGBUILD
Normal file
23
patchutils/PKGBUILD
Normal file
@ -0,0 +1,23 @@
|
||||
#
|
||||
# Chakra Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=patchutils
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc="A small collection of programs that operate on patch files"
|
||||
license=('GPL')
|
||||
url="http://cyberelk.net/tim/patchutils/"
|
||||
depends=('perl')
|
||||
arch=('i686' 'x86_64')
|
||||
source=(http://cyberelk.net/tim/data/patchutils/stable/$pkgname-$pkgver.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-$pkgver
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR=$startdir/pkg install
|
||||
}
|
||||
md5sums=('3fd9bca58a429fbbb1c2126f1b72aa23')
|
Loading…
Reference in New Issue
Block a user