Commit eda60c69 authored by Seblu's avatar Seblu
Browse files

global cleanup


git-svn-id: https://seblu.net/s/archpkg@123 02741741-5192-46b8-8916-7152b19231d9
parent 28148f98
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -3,19 +3,19 @@
pkgname=docbucket
pkgver=0.1
pkgrel=1
pkgdesc="A simple document manager for individuals written with Django"
pkgdesc='A simple document manager for individuals written with Django'
arch=('any')
url="http://idevelop.org/p/docbucket"
url='http://idevelop.org/p/docbucket'
license=('GPL3')
depends=('django' 'python-imaging' 'python-whoosh' 'python-pymongo' 'cuneiform' 'ghostscript' 'exactimage-svn')
source=(
  http://pypi.python.org/packages/source/d/docbucket/docbucket-0.1.tar.gz
  "http://pypi.python.org/packages/source/d/$pkgname/$pkgname-$pkgver.tar.gz"
   ) 
md5sums=('4a342d900064fecfcae21f651a9e8851')

package() {
  cd "${srcdir}/$pkgname-$pkgver"
  python2 setup.py install --root=$pkgdir
  cd $pkgname-$pkgver
  python2 setup.py install --root="$pkgdir"
}

# vim:set ts=2 sw=2 ft=sh et:
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
pkgname=ebtables
pkgver='2.0.10_1'
pkgrel=1
pkgdesc="Ethernet bridge filtering utilities"
pkgdesc='Ethernet bridge filtering utilities'
arch=('i686' 'x86_64')
backup=('etc/conf.d/ebtables')
url='http://ebtables.sourceforge.net/'
@@ -19,7 +19,7 @@ md5sums=('33b9ff7c9b605605c705418f17812714'
         '86fc3622e6fc0a7a7920c90ff576cc38')

build() {
  cd "${pkgname}-v${pkgver/_/-}"
  cd ${pkgname}-v${pkgver/_/-}
  make \
    CFLAGS='-Wunused -Wall -Werror -Wno-error=unused-but-set-variable' \
    LDFLAGS=''
+9 −10
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
pkgname=ext4magic
pkgver=0.2.2
pkgrel=1
pkgdesc="Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems"
pkgrel=2
pkgdesc='Linux admin tool, can help to recover deleted or overwritten files on ext3 and ext4 filesystems'
arch=('i686' 'x86_64')
url="http://developer.berlios.de/projects/ext4magic/"
url='http://developer.berlios.de/projects/ext4magic/'
license=('GPL2')
depends=('util-linux-ng' 'e2fsprogs')
source=( http://download.berlios.de/ext4magic/$pkgname-$pkgver.tar.gz ) 
depends=('util-linux' 'e2fsprogs')
source=("http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz") 
md5sums=('33cbffae95bb2cde37454085d2a21f66')

build() {
  cd "$srcdir/$pkgname-$pkgver"
  ./configure --prefix=$pkgdir/usr
  cd $pkgname-$pkgver
  ./configure --prefix=/usr
  make
}

package() {
  cd "$srcdir/$pkgname-$pkgver"
  make install
#  install -D -m755 "$pkgname" "${pkgdir}/usr/bin/$pkgname"
  cd $pkgname-$pkgver
  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 ft=sh et:
+8 −8
Original line number Diff line number Diff line
@@ -5,18 +5,18 @@
pkgname=ferm
pkgver=2.1
pkgrel=1
pkgdesc="Tool to maintain complex firewalls"
pkgdesc='Tool to maintain complex firewalls'
arch=('any')
url="http://ferm.foo-projects.org/"
url='http://ferm.foo-projects.org/'
license=('GPL2')
depends=('iptables' 'perl')
optdepends=('ebtables' 'arptables')
backup=(etc/ferm.conf)
backup=('etc/ferm.conf')
source=(
  http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz
  rc.d
  conf.d
  ferm.conf
  "http://ferm.foo-projects.org/download/${pkgver:0:3}/$pkgname-$pkgver.tar.gz"
  'rc.d'
  'conf.d'
  'ferm.conf'
   ) 
md5sums=('ac5d11554a50e514cbad8f354b14e564'
         'b3a555430868cbd420ce2263eb658d9c'
@@ -25,7 +25,7 @@ md5sums=('ac5d11554a50e514cbad8f354b14e564'

package() {
  # software setup
  cd "$pkgname-$pkgver"
  cd $pkgname-$pkgver
  make PREFIX="${pkgdir}/usr" install

  # setup rc.d script
+10 −9
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>

pkgname=gq-legacy
pkgver=1.0.1
pkgrel=1
pkgdesc="Interactive graphical LDAP browser"
url="http://sourceforge.net/projects/gqclient"
license=("GPL")
pkgdesc='Interactive graphical LDAP browser'
url='http://sourceforge.net/projects/gqclient'
license=('GPL')
depends=('libxml2' 'gtk2' 'libgnome-keyring' 'libglade' 'libldap' 'libgpg-error' 'libgcrypt')
makedepends=('intltool' 'pkgconfig')
conflicts=('gq')
replace=('gq')
arch=('i686' 'x86_64')
install=gq.install
source=(http://downloads.sourceforge.net/sourceforge/gqclient/gq-$pkgver.tar.gz)
install='gq.install'
source=("http://downloads.sourceforge.net/sourceforge/gqclient/gq-$pkgver.tar.gz")
md5sums=('a20345edd6951891fcd8a4934431f3c3')

build() {
  cd $srcdir/gq-$pkgver
  cd gq-$pkgver
  ./configure --prefix=/usr --disable-debugging --disable-update-mimedb
  make
}

package() {
  cd $srcdir/gq-$pkgver
  make DESTDIR=$pkgdir install
  cd gq-$pkgver
  make DESTDIR="$pkgdir" install
}

# vim:set ts=2 sw=2 ft=sh et:
Loading