libnotify: New port.

This commit is contained in:
Jose V Beneyto 2008-02-08 04:00:23 +01:00
parent ce2429b2f0
commit 426b3b955f
3 changed files with 35 additions and 0 deletions

16
libnotify/.footprint Normal file
View File

@ -0,0 +1,16 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/notify-send
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libnotify/
-rw-r--r-- root/root usr/include/libnotify/notification.h
-rw-r--r-- root/root usr/include/libnotify/notify-enum-types.h
-rw-r--r-- root/root usr/include/libnotify/notify.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libnotify.a
-rwxr-xr-x root/root usr/lib/libnotify.la
lrwxrwxrwx root/root usr/lib/libnotify.so -> libnotify.so.1.1.2
lrwxrwxrwx root/root usr/lib/libnotify.so.1 -> libnotify.so.1.1.2
-rwxr-xr-x root/root usr/lib/libnotify.so.1.1.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libnotify.pc

1
libnotify/.md5sum Normal file
View File

@ -0,0 +1 @@
ba76f68b7e3bd284ac2c2a1b9c5ecb06 libnotify-0.4.4.tar.gz

18
libnotify/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: Notification library from the Galago project
# URL: http://www.galago-project.org/news/index.php
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: gtk dbus
name=libnotify
version=0.4.4
release=1
source=(http://www.galago-project.org/files/releases/source/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}