contrib/mm-common/Pkgfile
2019-11-12 22:32:15 +11:00

24 lines
435 B
Plaintext

# Description: Common build files of the C++ bindings.
# URL: https://gtkmm.org/
# Maintainer: Danny Rawlins, crux at romster dot me
name=mm-common
version=1.0.0
release=1
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
NOCONFIGURE=1 ./autogen.sh
./configure \
--prefix=/usr \
--disable-network
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/doc
}