summaryrefslogtreecommitdiff
path: root/gob
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-01-20 14:58:41 +0000
committerTim Biermann <tbier@posteo.de>2020-01-20 15:43:13 +0000
commit72409e4fac653ecaac836a7501ed5a2614205088 (patch)
treea9edf18ce28bf209e29ae563f167f19e9ed862cd /gob
parent5094f7862e1625a18405fc9de9ad03846a865f49 (diff)
downloadcontrib-72409e4fac653ecaac836a7501ed5a2614205088.tar.gz
contrib-72409e4fac653ecaac836a7501ed5a2614205088.tar.xz
gob: add missing dependency, corrected mandir
Diffstat (limited to 'gob')
-rw-r--r--gob/.footprint6
-rw-r--r--gob/.signature6
-rw-r--r--gob/Pkgfile6
3 files changed, 9 insertions, 9 deletions
diff --git a/gob/.footprint b/gob/.footprint
index 4877e3ca0..62b73cb85 100644
--- a/gob/.footprint
+++ b/gob/.footprint
@@ -1,9 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gob2
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/gob2.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gob2.m4
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/gob2.1.gz
diff --git a/gob/.signature b/gob/.signature
index 88b09ae03..277051c75 100644
--- a/gob/.signature
+++ b/gob/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF321vNA0REbIMP8uOP5f2sk6LGoqzbOD5yYbjRi1GRYFVHePCnCE+YvlHBP98XKooKtAzDfvjC6D+U4b3o9PG3A4=
-SHA256 (Pkgfile) = 1832b20f2f2835f74766f06b2cfa4d0cd14cc873f68c0fdacde4d392aea12121
-SHA256 (.footprint) = f33af4bd19841736eff76eddc329063ff005ee02ee02050bbbaf76a6b73046e2
+RWSagIOpLGJF3xtiA/tCxtAVDmxVmLufOwnx5QMNnbwrAsKlXG8z7z0/rvFz/6Gl92kGkbcqVBaTmYY1p/uqzxSEtZPMugFo4wM=
+SHA256 (Pkgfile) = 3b5f4bb9d78b32485a474d0a303e0e90ca633956c7df14e3204a58f8c45ac4b7
+SHA256 (.footprint) = efcf4168675cd3e14507441429a5699502added7017296ec5881c44e130b70de
SHA256 (gob2-2.0.20.tar.gz) = d1d727aa860f1fff7b84ef242acd88b89aa93a52e220e254eafb6198ae8dab54
diff --git a/gob/Pkgfile b/gob/Pkgfile
index ecee61425..37c67a235 100644
--- a/gob/Pkgfile
+++ b/gob/Pkgfile
@@ -1,16 +1,16 @@
# Description: a preprocessor for making GObjects with # inline C
# URL: http://www.5z.com/jirka/gob.html#download
# Maintainer: Thomas Penteker, tek at serverop dot de
-# Depends on:
+# Depends on: glib
name=gob
version=2.0.20
-release=1
+release=2
source=(http://ftp.5z.com/pub/gob/gob2-$version.tar.gz)
build() {
cd gob2-$version
- ./configure --prefix=/usr --mandir=/usr/man
+ ./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Generated by cgit