blob: 3068f5bf0d0f2dfb29a93a3873879ce69c6309fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
DESCRIPTION="Manage /usr/bin/cdparanoia implementation"
MAINTAINER="ssuominen@gentoo.org"
VERSION="0.1"
SYMLINK_PATH=/usr/bin/cdparanoia
SYMLINK_TARGETS=( cdparanoia-paranoia libcdio-paranoia )
SYMLINK_DESCRIPTION='cdparanoia binary'
inherit bin-symlink
|