Skip to content
Snippets Groups Projects
Verified Commit c9107f36 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

system/g*: fix metadata

parent 7417c7aa
No related branches found
No related tags found
No related merge requests found
......@@ -2,15 +2,14 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=gettext-tiny
pkgver=0.3.0_pre1
pkgrel=6
pkgrel=7
pkgdesc="An internationalisation and localisation system"
url="https://github.com/sabotage-linux/gettext-tiny"
arch="all"
options="!check" # No test suite.
license="MIT"
depends="!gettext"
depends_dev="!gettext-dev"
install=""
depends=""
makedepends=""
subpackages="$pkgname-dev"
source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz
omg-i-cant-believe-im-doing-ua-crap.patch
......@@ -23,12 +22,10 @@ source="https://distfiles.adelielinux.org/source/$pkgname-$pkgver.tar.xz
"
build() {
cd "$builddir"
make LIBINTL=MUSL prefix=/usr
}
package() {
cd "$builddir"
make LIBINTL=MUSL DESTDIR="$pkgdir" prefix=/usr install
}
......
......@@ -4,11 +4,12 @@ pkgname=gettys-openrc
pkgver=0.0.2.1
pkgrel=0
pkgdesc="Dynamic getty services"
url="https://adelielinux.org/"
url="https://www.adelielinux.org/"
arch="noarch"
options="!check" # No test suite.
license="NCSA"
depends="execline s6"
makedepends=""
source="gettys.confd gettys.initd"
package() {
......
......@@ -3,19 +3,14 @@
pkgname=git
pkgver=2.24.0
pkgrel=0
pkgdesc="A distributed version control system"
pkgdesc="Distributed version control system"
url="https://www.git-scm.com/"
arch="all"
license="GPL-2.0+"
depends="perl-error"
replaces="git-perl perl-git"
# secfixes:
# 2.19.2:
# - CVE-2018-19486
# 2.14.1:
# - CVE-2017-1000117
checkdepends="python3"
makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev
pcre2-dev asciidoctor xmlto perl-error docbook-xsl-ns"
# note that order matters
subpackages="$pkgname-doc
$pkgname-bash-completion:completion:noarch
......@@ -28,9 +23,7 @@ subpackages="$pkgname-doc
$pkgname-subtree::noarch
$pkgname-subtree-doc:subtree_doc:noarch
"
makedepends="zlib-dev openssl-dev curl-dev expat-dev perl-dev
pcre2-dev asciidoctor xmlto perl-error docbook-xsl-ns"
checkdepends="python3"
replaces="git-perl perl-git"
source="https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz
dont-test-other-encodings.patch
git-daemon.initd
......@@ -38,6 +31,12 @@ source="https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz
"
_gitcoredir=/usr/libexec/git-core
# secfixes:
# 2.19.2:
# - CVE-2018-19486
# 2.14.1:
# - CVE-2017-1000117
prepare() {
default_prepare
cat >> config.mak <<-EOF
......
......@@ -6,21 +6,19 @@ pkgdesc="A free library for arbitrary precision arithmetic"
url="https://gmplib.org/"
arch="all"
license="LGPL-3.0+ OR GPL-2.0+"
depends=""
makedepends="m4 texinfo libtool"
depends=
subpackages="$pkgname-doc $pkgname-dev libgmpxx"
source="https://gmplib.org/download/gmp/gmp-$pkgver.tar.xz
"
prepare() {
cd "$builddir"
default_prepare
# force update to libtool with fixed cross-build support
libtoolize -f
}
build() {
cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
......@@ -35,12 +33,10 @@ build() {
}
package() {
cd "$builddir"
make -j1 DESTDIR="${pkgdir}" install
}
check() {
cd "$builddir"
[ "$CBUILD" = "$CHOST" ] && make check
}
......
......@@ -4,12 +4,13 @@
pkgname=grep
pkgver=3.3
pkgrel=0
pkgdesc="Searches input files for lines containing a match to a specified pattern"
pkgdesc="Pattern matching utilities"
url="https://www.gnu.org/software/grep/grep.html"
arch="all"
license="GPL-3.0+"
makedepends="pcre-dev autoconf automake"
depends=""
checkdepends="coreutils bash diffutils"
makedepends="pcre-dev autoconf automake"
subpackages="$pkgname-doc $pkgname-lang"
source="https://mirrors.kernel.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz
gnulib-tests-dont-require-gpg-passphrase.patch
......
......@@ -4,7 +4,7 @@
pkgname=gzip
pkgver=1.10
pkgrel=0
pkgdesc="A popular data compression program"
pkgdesc="The GNU data compression program"
subpackages="$pkgname-doc"
url="https://www.gnu.org/software/gzip/"
arch="all"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment