xdg-utils: New port.

This commit is contained in:
Jose V Beneyto 2007-12-19 01:34:32 +01:00
parent 4e0222abcb
commit aa0e55aecf
3 changed files with 38 additions and 0 deletions

18
xdg-utils/.footprint Normal file
View File

@ -0,0 +1,18 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdg-desktop-icon
-rwxr-xr-x root/root usr/bin/xdg-desktop-menu
-rwxr-xr-x root/root usr/bin/xdg-email
-rwxr-xr-x root/root usr/bin/xdg-icon-resource
-rwxr-xr-x root/root usr/bin/xdg-mime
-rwxr-xr-x root/root usr/bin/xdg-open
-rwxr-xr-x root/root usr/bin/xdg-screensaver
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/xdg-desktop-icon.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-desktop-menu.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-email.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-icon-resource.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-mime.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-open.1.gz
-rw-r--r-- root/root usr/man/man1/xdg-screensaver.1.gz

1
xdg-utils/.md5sum Normal file
View File

@ -0,0 +1 @@
348a5b91dc66426505022c74a64b2940 xdg-utils-1.0.2.tgz

19
xdg-utils/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# Description: Command line tools for desktop integration tasks.
# URL: http://portland.freedesktop.org/
# Maintainer: Jose V Beneyto, sepen at users dot sourceforge dot net
# Packager: Victor Martinez, gandhul at ono dot com
# Depends on:
name=xdg-utils
version=1.0.2
release=1
source=(http://portland.freedesktop.org/download/${name}-${version}.tgz)
build() {
cd ${name}-${version}
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make DESTDIR=${PKG} install
}