opt/mixer.app/Pkgfile

16 lines
401 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A mixer utility designed to be docked in Window Maker
2006-08-14 10:52:28 +02:00
# URL: http://www.fukt.bsnet.se/~per/mixer/
# Maintainer: Per Lid<69>n, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on:
name=mixer.app
version=1.8.0
release=1
2006-08-14 10:52:28 +02:00
source=(http://www.fukt.bsnet.se/~per/mixer/Mixer.app-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd Mixer.app-$version
make
make DESTDIR=$PKG GNUSTEP_BINDIR=/usr/GNUstep/Apps/Mixer.app install
}