opt/libsexy/Pkgfile

26 lines
702 B
Plaintext
Raw Normal View History

2013-12-01 11:02:09 +01:00
# Description: A collection of GTK+ widgets that extend the standard widgets.
# URL: http://www.chipx86.com/wiki/Libsexy
2014-11-10 13:25:50 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2013-12-01 11:02:09 +01:00
# 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)
2013-12-01 11:02:09 +01:00
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
2013-12-01 11:02:09 +01:00
sed -i -e "/^SUBDIRS = /s/docs //" Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}