gdl: cleaned up

This commit is contained in:
Tim Biermann 2020-11-03 20:58:52 +00:00
parent 699ae792ac
commit aa7267a82e
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 11 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF336DKi2rHB4G3GnciVE8Uhkd241vdbUoycYO8jA2beXhyY3ukSGY840C7i6PFMZhgVBcSXvm5UmO2ZEYeKH4DAM=
SHA256 (Pkgfile) = fc0c58d0cb9b73e6d1d53a04cc9dc61d954d3d77062345121433bb0d71c78869
RWSagIOpLGJF3/1eVjf+WIarF/1TMWItIeMYsd9Uh4phVvCz2I5v2AIjM2hvPgftdrpIRqGrysmNe4MkrW5hwa2VaIWbZS8gPA0=
SHA256 (Pkgfile) = fb7d9e6ea5b40b94d1e16ad4748e064fe7b5fe961a9ca312eacb78b56a253ddb
SHA256 (.footprint) = a305c822d09bd141075eed720ae853e508cf4e21f8f087945d000ac5481e3509
SHA256 (gdl-3.34.0.tar.xz) = 858b30f0cdce4c4cb3e8365a7d54ce57c388beff38ea583be5449bc78dda8d02

View File

@ -9,16 +9,16 @@ release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
cd $name-$version
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-nls
./configure --prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--disable-static \
--disable-nls
make
make DESTDIR=$PKG install
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
rm -r $PKG/usr/share/gtk-doc
}