xfce4-dev-tools: initial commit (version 4.3.99.2)

This commit is contained in:
Jose V Beneyto 2007-01-11 00:47:38 +01:00
parent 51bdabc4a7
commit 94e1fbb815
5 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,12 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xdt-autogen
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/xfce4/
drwxr-xr-x root/root usr/share/xfce4/dev-tools/
drwxr-xr-x root/root usr/share/xfce4/dev-tools/m4macros/
-rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-depends.m4
-rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-features.m4
-rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-i18n.m4
-rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-python.m4
-rw-r--r-- root/root usr/share/xfce4/dev-tools/m4macros/xdt-xfce.m4

1
xfce4-dev-tools/.md5sum Normal file
View File

@ -0,0 +1 @@
009d155a6a64ca072774617316be4af7 xfce4-dev-tools-4.3.99.2.tar.bz2

18
xfce4-dev-tools/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# $Id: $
# Description: Xfce development files need for xfce core desktop components.
# URL: http://www.foo-projects.org/~benny/projects/xfce4-dev-tools/index.html
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on:
name=xfce4-dev-tools
version=4.3.99.2
release=1
source=(http://foo-projects.org/~benny/files/$name/4.3/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}

Binary file not shown.

Binary file not shown.