mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
move core/* to main/
added maintainer to several packages as well
This commit is contained in:
parent
e374901731
commit
2d2ddf507b
@ -1,19 +0,0 @@
|
||||
pkgname=patch
|
||||
pkgver=2.5.9
|
||||
pkgrel=0
|
||||
pkgdesc="Utility to apply diffs to files"
|
||||
url="http://www.gnu.org/software/patch/patch.html"
|
||||
license='GPL'
|
||||
depends='uclibc'
|
||||
source=http://alpha.gnu.org/gnu/diffutils/$pkgname-$pkgver.tar.gz
|
||||
|
||||
subpackages="$pkgname-doc"
|
||||
|
||||
build() {
|
||||
cd $startdir/src/$pkgname-$pkgver
|
||||
./configure --prefix=/usr --mandir=/usr/share/man
|
||||
make || return 1
|
||||
make prefix=$startdir/pkg/usr mandir=$startdir/pkg/usr/share/man install
|
||||
}
|
||||
|
||||
md5sums='dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz'
|
||||
@ -1,10 +1,11 @@
|
||||
# Maintainer: Natanael Copa <ncop@alpinelinux.org>
|
||||
pkgname=flex
|
||||
pkgver=2.5.35
|
||||
pkgrel=2
|
||||
pkgdesc="A tool for generating text-scanning programs"
|
||||
url="http://flex.sourceforge.net"
|
||||
license=custom
|
||||
depends='uclibc m4'
|
||||
depends='m4'
|
||||
makedepends=m4
|
||||
source="http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.bz2"
|
||||
subpackages="$pkgname-doc"
|
||||
@ -1,3 +1,4 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gmp
|
||||
pkgver=4.3.1
|
||||
pkgrel=0
|
||||
@ -5,6 +6,7 @@ pkgdesc="A free library for arbitrary precision arithmetic"
|
||||
url="http://gmplib.org/"
|
||||
license="LGPL3"
|
||||
makedepends="m4 texinfo"
|
||||
depends=
|
||||
subpackages="$pkgname-doc $pkgname-dev"
|
||||
source="ftp://ftp.gnu.org/gnu/gmp/gmp-$pkgver.tar.bz2
|
||||
gmp-4.1.4-noexecstack.patch
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user