add md5, edit pkgfile

This commit is contained in:
Jay Lanagan 2023-10-23 03:42:52 -04:00
parent 705f433a0e
commit d7d7100548
2 changed files with 4 additions and 5 deletions

1
gigolo/.md5sum Normal file
View File

@ -0,0 +1 @@
254e6b9600d426573fa252726fadcfe3 gigolo-0.5.3.tar.bz2

View File

@ -6,7 +6,7 @@
name=gigolo
version=0.5.3
release=1
source=(https://archive.xfce.org/src/apps/$name/${version:0:4}/$name-$version.tar.bz2)
source=(https://archive.xfce.org/src/apps/$name/0.5/$name-$version.tar.bz2)
build() {
@ -16,12 +16,10 @@ build() {
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--disable-nls \
--disable-gtk-doc \
--enable-gtk-doc-html=no
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/gtk-doc
# rm -r $PKG/usr/share/gtk-doc
}