Commit 2d239c07 authored by Seblu's avatar Seblu
Browse files

update packaging



git-svn-id: https://seblu.net/s/archpkg@25 02741741-5192-46b8-8916-7152b19231d9
parent 01db963e
Loading
Loading
Loading
Loading

beecrypt/PKGBUILD

deleted100644 → 0
+0 −28
Original line number Diff line number Diff line
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>

pkgname=beecrypt
pkgver=4.2.1
pkgrel=3
pkgdesc="A strong and fast cryptography toolkit"
arch=('i686' 'x86_64')
url="http://beecrypt.sourceforge.net/"
license=('LGPL')
depends=('icu')
makedepends=('automake' 'python2')
options=('!libtool')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)

md5sums=('8441c014170823f2dff97e33df55af1e')

build() {
  cd ${srcdir}/$pkgname-$pkgver
  ./configure --prefix=/usr --sysconfdir=/etc --without-java --disable-openmp --with-python=python2
  make || return 1
}

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

# vim:set ts=2 sw=2 ft=sh et:
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
pkgname=ferm
pkgver=2.0.8
pkgrel=1
pkgdesc="Easy iptables wrapper for mantaining complex firewalls"
pkgdesc="Tool to maintain complex firewalls"
arch=('any')
url="http://ferm.foo-projects.org/"
license=('GPL2')
@@ -25,7 +25,7 @@ md5sums=('0de2330475bc074b8bf9f41cdfc3fdc5'
package() {
  # software setup
  cd "${srcdir}/$pkgname-$pkgver"
  make PREFIX="${pkgdir}/usr" install || return 1
  make PREFIX="${pkgdir}/usr" install

  # setup rc.d script
  install -D -m 755 "${startdir}/rc.d" "${pkgdir}/etc/rc.d/ferm"
+3 −3
Original line number Diff line number Diff line
# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>

pkgname=fstrim
pkgver=0.1
pkgver=0.2
pkgrel=1
pkgdesc="Uses FITRIM ioctl to discard parts of an online filesystem"
arch=('i686' 'x86_64')
url="http://fstrim.sourceforge.net/"
license=('GPL2')
source=(
  http://downloads.sourceforge.net/project/fstrim/fstrim-0.1.tar.bz2
  http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2
  ) 
md5sums=('6246785af65061ec12e2bac1b1d67f21')
md5sums=('1a217ae44b12ae7538f922f495b8da31')

build() {
  cd "${srcdir}/$pkgname"
+2 −2
Original line number Diff line number Diff line
@@ -38,11 +38,11 @@ build() {

  # conf
  echo "==> Configuring"
  yes "" | make config >/dev/null
  yes "" | make config &>/dev/null
  
  # build!
  echo "==> Compiling"
  make -j6 bzImage modules || return 1
  make -j6 bzImage modules
}

package() {
+247 −872

File changed.

Preview size limit exceeded, changes collapsed.

Loading