diff options
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/glyr/README | 7 | ||||
-rw-r--r-- | multimedia/glyr/glyr.SlackBuild | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/multimedia/glyr/README b/multimedia/glyr/README index e37dad82d0..b3f085d3b6 100644 --- a/multimedia/glyr/README +++ b/multimedia/glyr/README @@ -1,3 +1,4 @@ -Glyr is a search engine for music related metadata. -It comes in a commandline interface (glyrc) as well -as a library (libglyr). +glyr (a search engine for music related metadata) + +Glyr is a search engine for music related metadata. It comes in a +commandline interface (glyrc) as well as a library (libglyr). diff --git a/multimedia/glyr/glyr.SlackBuild b/multimedia/glyr/glyr.SlackBuild index 242d3984fc..71ec056a88 100644 --- a/multimedia/glyr/glyr.SlackBuild +++ b/multimedia/glyr/glyr.SlackBuild @@ -54,9 +54,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 |