1
0
forked from ports/opt

libsexy: romster -> opt

This commit is contained in:
Danny Rawlins 2013-12-01 21:02:09 +11:00 committed by Fredrik Rinnestam
parent b98d3df311
commit 5dc8789664
3 changed files with 39 additions and 0 deletions

18
libsexy/.footprint Normal file
View File

@ -0,0 +1,18 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libsexy/
-rw-r--r-- root/root usr/include/libsexy/sexy-enum-types.h
-rw-r--r-- root/root usr/include/libsexy/sexy-icon-entry.h
-rw-r--r-- root/root usr/include/libsexy/sexy-spell-entry.h
-rw-r--r-- root/root usr/include/libsexy/sexy-tooltip.h
-rw-r--r-- root/root usr/include/libsexy/sexy-tree-view.h
-rw-r--r-- root/root usr/include/libsexy/sexy-url-label.h
-rw-r--r-- root/root usr/include/libsexy/sexy.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libsexy.a
-rwxr-xr-x root/root usr/lib/libsexy.la
lrwxrwxrwx root/root usr/lib/libsexy.so -> libsexy.so.2.0.4
lrwxrwxrwx root/root usr/lib/libsexy.so.2 -> libsexy.so.2.0.4
-rwxr-xr-x root/root usr/lib/libsexy.so.2.0.4
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libsexy.pc

1
libsexy/.md5sum Normal file
View File

@ -0,0 +1 @@
33c079a253270ec8bfb9508e4bb30754 libsexy-0.1.11.tar.gz

20
libsexy/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: A collection of GTK+ widgets that extend the standard widgets.
# URL: http://www.chipx86.com/wiki/Libsexy
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# 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
}