opt/libsexy/Pkgfile

21 lines
509 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=1
source=(http://releases.chipx86.com/libsexy/libsexy/libsexy-$version.tar.gz)
build() {
cd $name-$version
sed -i -e "/^SUBDIRS = /s/docs //" Makefile.in
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}