sgmixer: initial commit (0.3)

This commit is contained in:
Jose V Beneyto 2007-01-23 00:45:34 +01:00
parent a2a382ce72
commit 07f45878f6
3 changed files with 23 additions and 0 deletions

3
sgmixer/.footprint Normal file
View File

@ -0,0 +1,3 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sgmixer

1
sgmixer/.md5sum Normal file
View File

@ -0,0 +1 @@
a23c7f2271542f79e0aa73f2e783c1de sgmixer-0.3.tar.gz

19
sgmixer/Pkgfile Normal file
View File

@ -0,0 +1,19 @@
# $Id: $
# Description: A simple GTK2 audio mixer
# URL: http://sgmixer.openfmi.net
# Maintainer: Jose V Beneyto, joberui at ei dot upv dot es
# Packager: Jose V Beneyto, joberui at ei dot upv dot es
# Depends on: gtk
name=sgmixer
version=0.3
release=2
source=(http://openfmi.net/frs/download.php/1/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
install -d $PKG/usr/bin
install -m 755 $name $PKG/usr/bin
}