summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cogito/Pkgfile4
-rw-r--r--ctags/Pkgfile12
-rw-r--r--diffstat/Pkgfile4
-rw-r--r--directfb/Pkgfile4
-rw-r--r--doxygen/Pkgfile4
-rw-r--r--esmtp/Pkgfile4
-rw-r--r--ethereal/Pkgfile6
-rw-r--r--gift-ares/Pkgfile12
-rw-r--r--gift-fasttrack/Pkgfile4
-rw-r--r--gift-gnutella/Pkgfile4
-rw-r--r--gift-openft/Pkgfile4
-rw-r--r--gift/Pkgfile4
-rw-r--r--giftcurs/Pkgfile4
-rw-r--r--git/Pkgfile4
-rw-r--r--lftp/Pkgfile4
-rw-r--r--libesmtp/Pkgfile4
-rw-r--r--libtxc_dxtn/Pkgfile4
-rw-r--r--netdate/Pkgfile4
-rw-r--r--quilt/Pkgfile6
-rw-r--r--rake/Pkgfile4
-rw-r--r--ruby-gtk/Pkgfile2
-rw-r--r--rxvt-unicode/Pkgfile4
-rw-r--r--scons/Pkgfile2
-rw-r--r--shared-mime-info/Pkgfile2
-rw-r--r--valgrind/Pkgfile4
-rw-r--r--vorbis-tools/Pkgfile2
-rw-r--r--vorbisgain/Pkgfile4
-rw-r--r--xxd/Pkgfile2
28 files changed, 61 insertions, 61 deletions
diff --git a/cogito/Pkgfile b/cogito/Pkgfile
index 1498f0d1c..c8ea52950 100644
--- a/cogito/Pkgfile
+++ b/cogito/Pkgfile
@@ -1,6 +1,6 @@
# Description: Distributed SCM based on GIT
# URL: http://kernel.org/pub/software/scm/cogito/README
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: git
name=cogito
@@ -8,7 +8,7 @@ version=0.17.2
release=1
source=(http://kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
make prefix=/usr
diff --git a/ctags/Pkgfile b/ctags/Pkgfile
index a48267c07..826aa8ee9 100644
--- a/ctags/Pkgfile
+++ b/ctags/Pkgfile
@@ -1,16 +1,16 @@
# Description: A multilanguage implementation of Ctags, for effective editing of source code.
# URL: http://ctags.sourceforge.net
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Packager: Håvard Moen, vanilje at netcom dot no
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=ctags
version=5.5.4
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
-build () {
- cd $name-$version
- ./configure --prefix=/usr --disable-etags
- make
- make prefix=$PKG/usr install
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --disable-etags
+ make
+ make prefix=$PKG/usr install
}
diff --git a/diffstat/Pkgfile b/diffstat/Pkgfile
index 7f7266950..66fbd4770 100644
--- a/diffstat/Pkgfile
+++ b/diffstat/Pkgfile
@@ -1,13 +1,13 @@
# Description: Generates statistics for diffs
# URL: http://invisible-island.net/diffstat/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=diffstat
version=1.41
release=1
source=(ftp://invisible-island.net/$name/$name-$version.tgz)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr
diff --git a/directfb/Pkgfile b/directfb/Pkgfile
index 794af4004..d855bce7f 100644
--- a/directfb/Pkgfile
+++ b/directfb/Pkgfile
@@ -1,13 +1,13 @@
# Description: Graphics library for the Linux framebuffer device
# URL: http://www.directfb.org
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=directfb
version=0.9.24
release=1
source=(http://www.directfb.org/download/DirectFB/DirectFB-$version.tar.gz)
-build () {
+build() {
local EXTRA_ARGS
# uncomment the following line to build with support for the multi
diff --git a/doxygen/Pkgfile b/doxygen/Pkgfile
index 7e745f5ba..cfe4307b4 100644
--- a/doxygen/Pkgfile
+++ b/doxygen/Pkgfile
@@ -1,6 +1,6 @@
-# Description: Documentation generation tool
+# Description: Documentation generation tool
# URL: http://www.doxygen.org
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=doxygen
version=1.4.6
diff --git a/esmtp/Pkgfile b/esmtp/Pkgfile
index f35e412e8..6c5359ef2 100644
--- a/esmtp/Pkgfile
+++ b/esmtp/Pkgfile
@@ -1,6 +1,6 @@
# Description: A small relay-only MTA based on libesmtp
# URL: http://esmtp.sourceforge.net
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libesmtp
name=esmtp
@@ -8,7 +8,7 @@ version=0.5.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
CPPFLAGS=`libesmtp-config --cflags` ./configure --prefix=/usr
diff --git a/ethereal/Pkgfile b/ethereal/Pkgfile
index c966f3c07..971de7094 100644
--- a/ethereal/Pkgfile
+++ b/ethereal/Pkgfile
@@ -1,7 +1,7 @@
# Description: Network Sniffer with nice GTK+ UI
# URL: http://www.ethereal.com
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey de
# Packager: Martin Opel, mo at obbl-net dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: glib gtk libpcap
# Nice to have: libpcre
@@ -10,7 +10,7 @@ version=0.10.14
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
export LDFLAGS="-L$PKG/usr/lib $LDFLAGS"
./configure --prefix=/usr --disable-nls --enable-snmp --enable-gtk2
@@ -24,4 +24,4 @@ build () {
install -m 644 \
image/{elogo3d48x48,hi??-app-ethereal,lo??-app-ethereal}.png \
$PKG/usr/share/$name/pixmaps
-}
+}
diff --git a/gift-ares/Pkgfile b/gift-ares/Pkgfile
index 5cb99f971..5dae24e02 100644
--- a/gift-ares/Pkgfile
+++ b/gift-ares/Pkgfile
@@ -1,6 +1,6 @@
# Description: Ares network plugin for giFT
# URL: http://gift-ares.berlios.de/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=gift-ares
@@ -8,11 +8,11 @@ version=0.3.0
release=1
source=(http://download.berlios.de/$name/$name-$version.tar.bz2)
-build () {
- cd $name-$version
+build() {
+ cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
+ make
+ make DESTDIR=$PKG install
}
diff --git a/gift-fasttrack/Pkgfile b/gift-fasttrack/Pkgfile
index 60dd951e8..1e3b770d7 100644
--- a/gift-fasttrack/Pkgfile
+++ b/gift-fasttrack/Pkgfile
@@ -1,7 +1,7 @@
# Description: the FastTrack plugin for gift
# URL: http://developer.berlios.de/projects/gift-fasttrack
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=gift-fasttrack
@@ -9,7 +9,7 @@ version=0.8.9
release=1
source=(http://download.berlios.de/$name/giFT-FastTrack-$version.tar.gz)
-build () {
+build() {
cd giFT-FastTrack-$version
./configure --prefix=/usr
diff --git a/gift-gnutella/Pkgfile b/gift-gnutella/Pkgfile
index 996caae8d..e9db67fb7 100644
--- a/gift-gnutella/Pkgfile
+++ b/gift-gnutella/Pkgfile
@@ -1,7 +1,7 @@
# Description: the gnutella plugin for gift
# URL: http://gift.sourceforge.net/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=gift-gnutella
@@ -9,7 +9,7 @@ version=0.0.10.1
release=1
source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr
diff --git a/gift-openft/Pkgfile b/gift-openft/Pkgfile
index f2e077b76..dde6f5541 100644
--- a/gift-openft/Pkgfile
+++ b/gift-openft/Pkgfile
@@ -1,7 +1,7 @@
# Description: the openft plugin for gift
# URL: http://sourceforge.net/projects/gift/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=gift-openft
@@ -9,7 +9,7 @@ version=0.2.1.6
release=1
source=(http://dl.sourceforge.net/sourceforge/gift/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr
diff --git a/gift/Pkgfile b/gift/Pkgfile
index 2435d11ec..c0a3de266 100644
--- a/gift/Pkgfile
+++ b/gift/Pkgfile
@@ -1,14 +1,14 @@
# Description: a completely abstract low-level filesharing protocol
# URL: http://gift.sourceforge.net/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=gift
version=0.11.8.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr
diff --git a/giftcurs/Pkgfile b/giftcurs/Pkgfile
index c8995dbce..a5439893e 100644
--- a/giftcurs/Pkgfile
+++ b/giftcurs/Pkgfile
@@ -1,6 +1,6 @@
# Description: A cursed frontend to the giFT daemon.
# URL: http://www.nongnu.org/giftcurs/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: gift
name=giftcurs
@@ -9,7 +9,7 @@ release=2
source=(http://savannah.nongnu.org/download/$name/giFTcurs-$version.tar.gz \
$name.diff)
-build () {
+build() {
cd giFTcurs-$version
# don't mess with my term's title if you don't set it back!
diff --git a/git/Pkgfile b/git/Pkgfile
index 3620aeb14..e44506391 100644
--- a/git/Pkgfile
+++ b/git/Pkgfile
@@ -1,6 +1,6 @@
# Description: Directory content manager
# URL: http://www.kernel.org/pub/software/scm/git/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl, curl
name=git
@@ -8,7 +8,7 @@ version=1.2.6
release=1
source=(http://www.kernel.org/pub/software/scm/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
make CFLAGS="$CFLAGS" prefix=/usr
diff --git a/lftp/Pkgfile b/lftp/Pkgfile
index 01850b471..74f74c006 100644
--- a/lftp/Pkgfile
+++ b/lftp/Pkgfile
@@ -1,6 +1,6 @@
# Description: Sophisticated command line based FTP client
# URL: http://lftp.yar.ru/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl
name=lftp
@@ -8,7 +8,7 @@ version=3.4.4
release=1
source=(http://ftp.yars.free.net/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr --disable-nls --with-openssl=/usr
diff --git a/libesmtp/Pkgfile b/libesmtp/Pkgfile
index 20aabc536..237672b74 100644
--- a/libesmtp/Pkgfile
+++ b/libesmtp/Pkgfile
@@ -1,6 +1,6 @@
# Description: A library for posting electronic mail
# URL: http://www.stafford.uklinux.net/libesmtp/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: openssl
name=libesmtp
@@ -8,7 +8,7 @@ version=1.0.4
release=1
source=(http://www.stafford.uklinux.net/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure \
--prefix=/usr \
diff --git a/libtxc_dxtn/Pkgfile b/libtxc_dxtn/Pkgfile
index adadbef43..1ead790b2 100644
--- a/libtxc_dxtn/Pkgfile
+++ b/libtxc_dxtn/Pkgfile
@@ -1,6 +1,6 @@
# Description: Implementation of S3TC
# URL: http://homepage.hispeed.ch/rscheidegger/dri_experimental/s3tc_index.html
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=libtxc_dxtn
version=050908
@@ -8,7 +8,7 @@ release=1
source=(http://homepage.hispeed.ch/rscheidegger/dri_experimental/$name$version.tar.gz \
$name.diff)
-build () {
+build() {
cd $name
patch -Np1 -i ../$name.diff
diff --git a/netdate/Pkgfile b/netdate/Pkgfile
index 7f0f61c02..a09063988 100644
--- a/netdate/Pkgfile
+++ b/netdate/Pkgfile
@@ -1,6 +1,6 @@
# Description: Sync local time against a time server.
# URL: N/A
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=netdate
version=1.2
@@ -8,7 +8,7 @@ release=3
source=(ftp://code-monkey.de/pub/$name/$name-$version.tar.bz2 \
ftp://code-monkey.de/pub/$name/$name-$version.patch)
-build () {
+build() {
cd $name-$version
patch -Np1 -i ../$name-$version.patch
diff --git a/quilt/Pkgfile b/quilt/Pkgfile
index d8cab2d8d..cc57cb413 100644
--- a/quilt/Pkgfile
+++ b/quilt/Pkgfile
@@ -1,15 +1,15 @@
# Description: Patch management tool
# URL: http://savannah.nongnu.org/projects/quilt
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: diffstat
name=quilt
version=0.44
release=1
source=(http://download.savannah.nongnu.org/releases/$name/$name-$version.tar.gz \
- $name.diff)
+ $name.diff)
-build () {
+build() {
cd $name-$version
patch -Np1 -i ../$name.diff
diff --git a/rake/Pkgfile b/rake/Pkgfile
index 1502bb747..7df599f3f 100644
--- a/rake/Pkgfile
+++ b/rake/Pkgfile
@@ -1,6 +1,6 @@
# Description: Make like utility with Ruby syntax
# URL: http://rake.rubyforge.org
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: ruby
name=rake
@@ -8,7 +8,7 @@ version=0.7.0
release=1
source=(http://rubyforge.org/frs/download.php/8129/$name-$version.tgz)
-build () {
+build() {
cd $name-$version
DESTDIR=$PKG ruby install.rb
diff --git a/ruby-gtk/Pkgfile b/ruby-gtk/Pkgfile
index 69e3b2282..22ac1e7ce 100644
--- a/ruby-gtk/Pkgfile
+++ b/ruby-gtk/Pkgfile
@@ -1,7 +1,7 @@
# Description: Ruby bindings for glib2, pango, atk, gdkpixbuf2 and gtk2
# URL: http://ruby-gnome2.sourceforge.jp/
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Packager: Håvard Moen, vanilje at netcom dot no
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: ruby, gtk
name=ruby-gtk
diff --git a/rxvt-unicode/Pkgfile b/rxvt-unicode/Pkgfile
index 520319895..bc2ed1443 100644
--- a/rxvt-unicode/Pkgfile
+++ b/rxvt-unicode/Pkgfile
@@ -1,6 +1,6 @@
# Description: rxvt fork with unicode and xft support
# URL: http://software.schmorp.de/#rxvt-unicode
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: x11, perl
name=rxvt-unicode
@@ -8,7 +8,7 @@ version=7.7
release=1
source=(http://dist.schmorp.de/$name/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr \
diff --git a/scons/Pkgfile b/scons/Pkgfile
index 545deaaf3..c82152e32 100644
--- a/scons/Pkgfile
+++ b/scons/Pkgfile
@@ -1,6 +1,6 @@
# Description: Software construction tool
# URL: http://www.scons.org
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python
name=scons
diff --git a/shared-mime-info/Pkgfile b/shared-mime-info/Pkgfile
index 338802f75..82490a127 100644
--- a/shared-mime-info/Pkgfile
+++ b/shared-mime-info/Pkgfile
@@ -1,6 +1,6 @@
# Description: core database of common types
# URL: http://freedesktop.org/Software/shared-mime-info
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: glib,libxml2,p5-xml-parser
# Group: gnome
diff --git a/valgrind/Pkgfile b/valgrind/Pkgfile
index 990e84b42..53b7cf52b 100644
--- a/valgrind/Pkgfile
+++ b/valgrind/Pkgfile
@@ -1,13 +1,13 @@
# Description: An open-source memory debugger for x86-GNU/Linux
# URL: http://valgrind.org
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=valgrind
version=3.1.1
release=1
source=(http://$name.org/downloads/$name-$version.tar.bz2)
-build () {
+build() {
cd $name-$version
./configure --prefix=/usr
make
diff --git a/vorbis-tools/Pkgfile b/vorbis-tools/Pkgfile
index fd6b363e2..1a6636fa1 100644
--- a/vorbis-tools/Pkgfile
+++ b/vorbis-tools/Pkgfile
@@ -1,7 +1,7 @@
# Description: tools used to create/alter ogg/vorbis files
# URL: http://www.vorbis.com/
# Packager: Matt Housh, jaeger at morpheus dot net
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libao, libogg, libvorbis, curl
name=vorbis-tools
diff --git a/vorbisgain/Pkgfile b/vorbisgain/Pkgfile
index 6d4020b56..9bc15ff3e 100644
--- a/vorbisgain/Pkgfile
+++ b/vorbisgain/Pkgfile
@@ -1,14 +1,14 @@
# Description: Computes replaygain information for Ogg Vorbis files
# URL: http://sjeng.org/vorbisgain.html
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: libogg, libvorbis
-# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
name=vorbisgain
version=0.34
release=1
source=(http://sjeng.org/ftp/vorbis/$name-$version.zip)
-build () {
+build() {
cd $name-$version
sh configure --prefix=/usr
diff --git a/xxd/Pkgfile b/xxd/Pkgfile
index 0ef2818a1..019b8dd3a 100644
--- a/xxd/Pkgfile
+++ b/xxd/Pkgfile
@@ -1,6 +1,6 @@
# Description: xxd creates a hex dump of a given file or standard input.
# URL: N/A
-# Maintainer: Tilman Sauerbeck tilman at code-monkey dot de
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xxd
version=1.10

Generated by cgit