mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 14:52:19 +01:00
add md5, edit pkgfile
This commit is contained in:
parent
705f433a0e
commit
d7d7100548
1
gigolo/.md5sum
Normal file
1
gigolo/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
254e6b9600d426573fa252726fadcfe3 gigolo-0.5.3.tar.bz2
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user