gsm: corrected mandir

This commit is contained in:
Tim Biermann 2020-01-20 15:00:26 +00:00
parent 72409e4fac
commit 013fc81f43
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 15 additions and 14 deletions

View File

@ -10,11 +10,11 @@ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libgsm.so -> libgsm.so.1.0.13
lrwxrwxrwx root/root usr/lib/libgsm.so.1 -> libgsm.so.1.0.13
-rwxr-xr-x root/root usr/lib/libgsm.so.1.0.13
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-r--r--r-- root/root usr/man/man1/toast.1.gz
drwxr-xr-x root/root usr/man/man3/
-r--r--r-- root/root usr/man/man3/gsm.3.gz
-r--r--r-- root/root usr/man/man3/gsm_explode.3.gz
-r--r--r-- root/root usr/man/man3/gsm_option.3.gz
-r--r--r-- root/root usr/man/man3/gsm_print.3.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/gsm.3.gz
-r--r--r-- root/root usr/share/man/man3/gsm_explode.3.gz
-r--r--r-- root/root usr/share/man/man3/gsm_option.3.gz
-r--r--r-- root/root usr/share/man/man3/gsm_print.3.gz

View File

@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF34oLlwM/JwdGrPWYnTdar1SzHVNoy50oJUIgNtE1MYGw0Sy2jFFYTon4qiOw6/Giz07uldNEeJ7ei9x0cqbWyQA=
SHA256 (Pkgfile) = 90616e2d9ad152fd5b905c2d96b79ad48f88dbadd5204a8ce25bc9d3119b8d8b
SHA256 (.footprint) = 2b684a72a95fd66b84182844aedcf7efea1350e353a07cfacdca839d97b62d8a
SHA256 (gsm-1.0.14.tar.gz) = 8b377a56de5632b888db9a106906969e227842fee8b28fb95bc1de1b31485b99
RWSagIOpLGJF33LoYR+WefAWAHGzeZtUVGMnB58+LK5cavoNA9LHa7AuTaIpFNDtGCA/abnH6HkZMkagq5D9UMYgWgtwEWVdiwQ=
SHA256 (Pkgfile) = 30f0ff24378f521b2885cee6d783019d3f5105e495601793c63165a18a916e6d
SHA256 (.footprint) = cd91a8a14f88ce27e95fc832a476e62add03f940075a1dbdb1dfd0e3f63f7df7
SHA256 (gsm-1.0.14.tar.gz) = 5814a16a30b3c026871b3739812dc4a2a84299331182c987da1c212c93e9352c
SHA256 (gsm.patch) = f2883e05bfe7faa6298c61bd68fbf99fed6b5e1024267547667ca859d33b74a1

View File

@ -4,7 +4,7 @@
name=gsm
version=1.0.14
release=1
release=2
source=(
http://www.quut.com/$name/$name-$version.tar.gz
gsm.patch
@ -16,7 +16,8 @@ build() {
# Patch to build shared library instead of static
patch -p0 -i $SRC/gsm.patch
install -d -m 755 $PKG/usr/{bin,include/gsm,man/man{1,3},lib}
install -d -m 755 $PKG/usr/{bin,include/gsm,share/man/man{1,3},lib}
sed 's!\/man\/man3!\/share\/man\/man3!g' -i Makefile
make CCFLAGS="-c $CFLAGS -fPIC"
make -j1 INSTALL_ROOT=$PKG/usr GSM_INSTALL_INC="$PKG/usr/include/gsm" install