xfce4-dev-tools: removed from contrib repo, moved to xfce repo

This commit is contained in:
Jose V Beneyto 2007-01-11 12:41:43 +01:00
parent eba039f4e1
commit 11cc7a3337
5 changed files with 0 additions and 31 deletions

View File

@ -1,12 +0,0 @@
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

View File

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

View File

@ -1,18 +0,0 @@
# $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
}