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
|
2014-11-29 14:34:52 +01:00
|
|
|
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
|
|
|
|
|
2014-11-29 14:34:52 +01:00
|
|
|
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
|
|
|
|
}
|