contrib/pangomm/Pkgfile

23 lines
476 B
Plaintext

# Description: C++ interface to pango.
# URL: https://gitlab.gnome.org/GNOME/pangomm
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: cairomm glibmm
name=pangomm
version=2.42.1
release=1
source=(https://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}