Package Details: yudit 3.1.0-1

Git Clone URL: https://aur.archlinux.org/yudit.git (read-only, click to copy)
Package Base: yudit
Description: A free Unicode plain-text editor for Unix-like systems.
Upstream URL: http://www.yudit.org/
Licenses: GPL
Conflicts: yudit-beta
Submitter: Allan
Maintainer: aksr
Last Packager: aksr
Votes: 17
Popularity: 0.000000
First Submitted: 2008-12-28 12:39 (UTC)
Last Updated: 2023-03-01 10:58 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

haawda commented on 2023-01-15 01:18 (UTC)

# Contributor: damir <damir at archlinux dot org>
# Contributor: Pierre Chapuis <catwell at archlinux dot us>
# Contributor: aksr <aksr at t-com dot me>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>

pkgname=yudit
pkgver=3.0.8
pkgrel=1
pkgdesc="A free Unicode plain-text editor for Unix-like systems - beta version"
arch=('i686' 'x86_64')
url="http://www.yudit.org/"
license=('GPL2')
depends=('libx11' 'gcc-libs')
conflicts=('yudit')
provides=('yudit')
optdepends=('hunspell: spell checking')
source=("http://yudit.org/download/${pkgname}-$pkgver.tar.gz")
sha256sums=('f7868b208b290a4adab16003cc7a8742a47d65c6a8c0bc73095cdd2696bd4d36')

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

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

haawda commented on 2013-03-13 20:01 (UTC)

masoud, looks like a race condition. Some unusual -j command line parameters om your side?

masoud commented on 2013-03-13 16:18 (UTC)

Built failed http://ix.io/4Iq