Remove packages from ${MINGW_PACKAGE_PREFIX} group. Fix typo.

This commit is contained in:
Alexpux
2015-04-12 22:59:18 +03:00
parent aee567596c
commit 98e08494ed
3 changed files with 12 additions and 21 deletions

View File

@@ -4,17 +4,14 @@
_realname=bc
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=1.06
pkgrel=1
pkgdesc='bc is an arbitrary precision numeric processing language'
groups=("${MINGW_PACKAGE_PREFIX}")
pkgrel=2
pkgdesc='bc is an arbitrary precision numeric processing language (mingw-w64)'
arch=('any')
url='http://www.gnu.org/software/bc/'
license=('GPL3')
options=('strip' '!libtool' 'staticlibs')
source=("http://ftp.gnu.org/gnu/${_realname}/${_realname}-${pkgver}.tar.gz")
md5sums=('d44b5dddebd8a7a7309aea6c36fda117')
options=('strip' '!libtool' 'staticlibs')
prepare() {
cd $srcdir/${_realname}-${pkgver}
@@ -25,7 +22,7 @@ build() {
./configure --prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--target=${MINGW_CHOST}
make
}

View File

@@ -4,19 +4,16 @@
_realname=grep
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=2.21
pkgrel=1
pkgdesc='Grep searches one or more input files for lines containing a match to a specified pattern'
pkgrel=2
pkgdesc="Grep searches one or more input files for lines containing a match to a specified pattern (mingw-w64)"
groups=("${MINGW_PACKAGE_PREFIX}")
arch=('any')
url='http://www.gnu.org/software/grep/'
license=('GPL3')
depends=("${MINGW_PACKAGE_PREFIX}-pcre")
options=('strip' '!libtool' 'staticlibs')
source=("http://ftp.gnu.org/gnu/${_realname}/${_realname}-${pkgver}.tar.xz")
md5sums=('43c48064d6409862b8a850db83c8038a')
options=('strip' '!libtool' 'staticlibs')
prepare() {
cd $srcdir/${_realname}-${pkgver}
@@ -27,7 +24,7 @@ build() {
./configure --prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--target=${MINGW_CHOST}
make
}

View File

@@ -4,19 +4,16 @@
_realname=sed
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
pkgver=4.2.2
pkgrel=1
pkgdesc='Sed is a stream editor'
groups=("${MINGW_PACKAGE_PREFIX}")
pkgrel=2
pkgdesc="Sed is a stream editor (mingw-w64)"
arch=('any')
url='http://www.gnu.org/software/sed/'
license=('GPL3')
options=('strip' '!libtool' 'staticlibs')
source=("http://ftp.gnu.org/gnu/${_realname}/${_realname}-${pkgver}.tar.gz"
msvc_invalid_parameter_handler.patch)
md5sums=('4111de4faa3b9848a0686b2f260c5056'
'a648d571107f917f1b039a88ff45cf4a')
options=('strip' '!libtool' 'staticlibs')
prepare() {
cd $srcdir/${_realname}-${pkgver}
@@ -28,7 +25,7 @@ build() {
./configure --prefix=${MINGW_PREFIX} \
--build=${MINGW_CHOST} \
--host=${MINGW_CHOST} \
--target=${MINGW_CHOST} \
--target=${MINGW_CHOST}
make
}