summaryrefslogtreecommitdiff
path: root/fluidsynth
diff options
context:
space:
mode:
authorJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
committerJames Mills <prologic@daisy.(none)>2006-11-20 07:26:53 +1000
commit9e696ec09095446172c1455e1e5784dc540ddf51 (patch)
tree6a9f88478d5837a960f940fce7e5373a0fd5bd70 /fluidsynth
parent9318e05d84e946541f81627a18e25c0deb891e34 (diff)
downloadcontrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.gz
contrib-9e696ec09095446172c1455e1e5784dc540ddf51.tar.xz
Pkgfile cleanup; s/\t/ /g
Diffstat (limited to 'fluidsynth')
-rw-r--r--fluidsynth/Pkgfile21
1 files changed, 11 insertions, 10 deletions
diff --git a/fluidsynth/Pkgfile b/fluidsynth/Pkgfile
index 234f7cb0b..018c4efa4 100644
--- a/fluidsynth/Pkgfile
+++ b/fluidsynth/Pkgfile
@@ -1,7 +1,8 @@
-# Description: A real-time software synthesizer.
-# URL: http://www.fluidsynth.org/
-# Maintainer: James Mills prologic at shortcircuit dot net dot au
-# Packager: Olle Gustafsson <ogg at linux dot se>
+# Description: A real-time software synthesizer.
+# URL: http://www.fluidsynth.org/
+# Maintainer: James Mills prologic at shortcircuit dot net dot au
+# Packager: Olle Gustafsson <ogg at linux dot se>
+#
# Depends on:
name=fluidsynth
@@ -10,12 +11,12 @@ release=1
source=(http://savannah.nongnu.org/download/fluid/$name-$version.tar.gz)
build() {
- cd $name-1.0.7
+ cd $name-1.0.7
- ./configure \
- --prefix=/usr \
- --disable-nls
+ ./configure \
+ --prefix=/usr \
+ --disable-nls
- make && make DESTDIR=$PKG install
- chown -R root:root $PKG
+ make && make DESTDIR=$PKG install
+ chown -R root:root $PKG
}

Generated by cgit