You are not logged in.

#1 2003-11-01 22:24:22

contrasutra
Member
From: New Jersey
Registered: 2003-07-26
Posts: 507

tla

Its an implementation of ARCH. Rhythmbox uses it instead of CVS.

pkgname=tla
pkgver=1.1pre7
pkgrel=1
pkgdesc="a gnu version of arch"
url=""
depends=('glibc' 'gcc')
conflicts=()
backup=()
install=
source=(http://ftp.gnu.org/gnu/gnu-arch/$pkgname-$pkgver.tar.gz)
md5sums=('98542bdbcaf2e6146f41ba90a7643fc0')

build() {
  cd $startdir/src/$pkgname-$pkgver/src
  mkdir =build
  cd =build
  ../configure --prefix=/usr
  make || return 1
  make prefix=$startdir/pkg/usr install
}


"Contrary to popular belief, penguins are not the salvation of modern technology.  Neither do they throw parties for the urban proletariat."

Offline

#2 2005-02-03 16:59:27

Michel
Member
From: Belgium
Registered: 2004-07-31
Posts: 286

Re: tla

It seems the tla-package has dissapeared from staging? So, I made a PKGBUILD for tla 1.3.

# Contributor: Michel Brabants <michel.linux@tiscali.be>
pkgname=tla
pkgver=1.3
pkgrel=1
pkgdesc="GNU arch is a revision control system, similar in purpose to tools such as CVS, SCCS, and Subversion. It is used to keep track of the changes made to a source tree, and to help programmers combine and otherwise manipulate changes made by multiple people or at different times."
url="http://savannah.gnu.org/projects/gnu-arch"
license=""
depends=('diffutils' 'coreutils' 'findutils' 'grep' 'sed' 'bash' 'tar' 'patch')
makedepends=('make')
source=(http://ftp.gnu.org/gnu/gnu-arch/$pkgname-$pkgver.tar.gz)
md5sums=('6093412e85d63fe79469bf386308d437')

build() {
  cd $startdir/src/$pkgname-$pkgver
  mkdir -p ./=build
  cd ./=build
  ../src/configure --prefix=/usr --destdir=$startdir/pkg
  make || return 1
  make test || return 1
  make install          
}

Offline

#3 2005-02-04 04:27:36

Xentac
Forum Fellow
From: Victoria, BC
Registered: 2003-01-17
Posts: 1,797
Website

Re: tla

Probably better to just install the 'arch' package in current.


I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal

Offline

Board footer

Powered by FluxBB