opt/libsexy/Pkgfile
2014-11-30 00:35:31 +11:00

26 lines
702 B
Plaintext

# Description: A collection of GTK+ widgets that extend the standard widgets.
# URL: http://www.chipx86.com/wiki/Libsexy
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Antonio SJ Musumeci, bile at landofbile dot com
# Depends on: gtk
name=libsexy
version=0.1.11
release=2
source=(http://releases.chipx86.com/libsexy/libsexy/libsexy-$version.tar.gz
libsexy-0.1.11-fix-null-list.patch
libsexy-0.1.11-pkgconfig-pollution.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/libsexy-0.1.11-fix-null-list.patch
patch -p0 -i $SRC/libsexy-0.1.11-pkgconfig-pollution.patch
sed -i -e "/^SUBDIRS = /s/docs //" Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}